DialogSum / README.md
kvignesh1420's picture
Upload dataset
fe8da69 verified
metadata
dataset_info:
  features:
    - name: id
      dtype: string
    - name: question
      dtype: string
    - name: answer
      dtype: string
    - name: documents
      list: string
  splits:
    - name: train
      num_bytes: 11787125
      num_examples: 12460
    - name: validation
      num_bytes: 460487
      num_examples: 500
    - name: test
      num_bytes: 1407761
      num_examples: 1500
  download_size: 6796138
  dataset_size: 13655373
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*