Ganz00's picture
Upload dataset
a6b5d36 verified
|
raw
history blame
796 Bytes
metadata
language:
  - en
size_categories:
  - 10K<n<100K
task_categories:
  - question-answering
  - text-generation
  - text2text-generation
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: 174044020.55710644
      num_examples: 211582
    - name: test
      num_bytes: 21487545.750549357
      num_examples: 26122
    - name: valid
      num_bytes: 19338955.692344207
      num_examples: 23510
  download_size: 134759977
  dataset_size: 214870522
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: valid
        path: data/valid-*