scienceqa-text / README.md
the-jb's picture
Upload dataset
e334d15 verified
metadata
license: cc-by-nc-sa-4.0
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: question
      dtype: string
    - name: choices
      sequence: string
    - name: answer
      dtype: string
    - name: hint
      dtype: string
    - name: task
      dtype: string
    - name: grade
      dtype: string
    - name: subject
      dtype: string
    - name: topic
      dtype: string
    - name: category
      dtype: string
    - name: skill
      dtype: string
    - name: lecture
      dtype: string
    - name: solution
      dtype: string
    - name: answer_idx
      dtype: int64
  splits:
    - name: train
      num_bytes: 9157274
      num_examples: 6508
    - name: validation
      num_bytes: 2977994
      num_examples: 2144
    - name: test
      num_bytes: 3182663
      num_examples: 2224
  download_size: 3132796
  dataset_size: 15317931