aihub_MRC / README.md
huiwonLee's picture
Upload dataset
4407eea verified
metadata
dataset_info:
  features:
    - name: context
      dtype: string
    - name: question
      dtype: string
    - name: answer
      dtype: string
    - name: label
      dtype: int64
    - name: context_len
      dtype: int64
  splits:
    - name: train
      num_bytes: 260650568
      num_examples: 153859
    - name: test
      num_bytes: 32711393
      num_examples: 19246
    - name: validation
      num_bytes: 32707093
      num_examples: 19325
  download_size: 196750314
  dataset_size: 326069054
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*