jcommonsenseqa / README.md
ryan-minato's picture
Upload dataset
5b7868e verified
|
raw
history blame
799 Bytes
metadata
dataset_info:
  features:
    - name: q_id
      dtype: int64
    - name: question
      dtype: large_string
    - name: choice0
      dtype: large_string
    - name: choice1
      dtype: large_string
    - name: choice2
      dtype: large_string
    - name: choice3
      dtype: large_string
    - name: choice4
      dtype: large_string
    - name: label
      dtype:
        class_label:
          names:
            '0': choice0
            '1': choice1
            '2': choice2
            '3': choice3
            '4': choice4
  splits:
    - name: train
      num_bytes: 1398365
      num_examples: 8939
    - name: test
      num_bytes: 175149
      num_examples: 1119
  download_size: 888312
  dataset_size: 1573514
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*