Ganz00's picture
Update README.md
9f2f793 verified
|
raw
history blame
771 Bytes
metadata
dataset_info:
  features:
    - name: q_id
      dtype: string
    - name: category
      dtype: string
    - name: question
      dtype: string
    - name: reponses
      dtype: string
    - name: response_number
      dtype: int64
  splits:
    - name: train
      num_bytes: 74208018
      num_examples: 91772
    - name: test
      num_bytes: 4540171
      num_examples: 5411
    - name: validation
      num_bytes: 6532585
      num_examples: 7821
  download_size: 53061264
  dataset_size: 85280774
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*
task_categories:
  - question-answering
  - text-generation
  - text2text-generation
language:
  - en
size_categories:
  - 10K<n<100K