temp_qgen_dataset / README.md
librarian-bot's picture
Librarian Bot: Add language metadata for dataset
6a0f832 verified
|
raw
history blame
648 Bytes
metadata
language:
  - en
  - de
dataset_info:
  features:
    - name: instruction
      dtype: string
    - name: question
      dtype: string
    - name: output
      dtype: string
    - name: generator
      dtype: string
    - name: text
      dtype: string
  splits:
    - name: train
      num_bytes: 221954
      num_examples: 195
    - name: validation
      num_bytes: 55382
      num_examples: 49
    - name: test
      num_bytes: 54773
      num_examples: 49
  download_size: 153979
  dataset_size: 332109
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*