for_Multiple_Choice / README.md
roberthsu2003's picture
Upload dataset
14caf43 verified
|
raw
history blame
542 Bytes
metadata
dataset_info:
  features:
    - name: context
      dtype: string
    - name: question
      dtype: string
    - name: choices
      sequence: string
    - name: answer
      dtype: string
    - name: age_range
      dtype: string
  splits:
    - name: train
      num_bytes: 3448640
      num_examples: 5856
    - name: validation
      num_bytes: 879651
      num_examples: 1825
  download_size: 1654266
  dataset_size: 4328291
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*