pdqa / README.md
Lisibonny's picture
Add official train, validation and test splits with 15 validation examples
033275c verified
|
Raw
History Blame Contribute Delete
687 Bytes
metadata
dataset_info:
  features:
    - name: id
      dtype: string
    - name: question
      dtype: string
    - name: context
      dtype: string
    - name: answers
      struct:
        - name: answer_start
          list: int64
        - name: text
          list: string
    - name: title
      dtype: string
  splits:
    - name: train
      num_bytes: 22497
      num_examples: 45
    - name: validation
      num_bytes: 11171
      num_examples: 15
    - name: test
      num_bytes: 8006
      num_examples: 20
  download_size: 34181
  dataset_size: 41674
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*