siqa / README.md
librarian-bot's picture
Librarian Bot: Add language metadata for dataset
ae58ef5 verified
|
raw
history blame
684 Bytes
metadata
language:
  - en
dataset_info:
  features:
    - name: context
      dtype: string
    - name: question
      dtype: string
    - name: answerA
      dtype: string
    - name: answerB
      dtype: string
    - name: answerC
      dtype: string
    - name: label
      dtype:
        class_label:
          names:
            '0': answerA
            '1': answerB
            '2': answerC
  splits:
    - name: train
      num_bytes: 6431616
      num_examples: 33410
    - name: validation
      num_bytes: 378922
      num_examples: 1954
  download_size: 3681445
  dataset_size: 6810538
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*