sciq_topic / README.md
librarian-bot's picture
Librarian Bot: Add language metadata for dataset
f6b5d34 verified
|
raw
history blame
741 Bytes
metadata
language:
  - en
dataset_info:
  features:
    - name: question
      dtype: string
    - name: distractor3
      dtype: string
    - name: distractor1
      dtype: string
    - name: distractor2
      dtype: string
    - name: correct_answer
      dtype: string
    - name: support
      dtype: string
    - name: topic
      dtype: string
  splits:
    - name: train
      num_bytes: 6718147
      num_examples: 11679
    - name: validation
      num_bytes: 568291
      num_examples: 1000
    - name: test
      num_bytes: 578536
      num_examples: 1000
  download_size: 4739269
  dataset_size: 7864974
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*