File size: 1,321 Bytes
c81199b 0d34315 c81199b 7aa086c c81199b 0d34315 c81199b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
---
dataset_info:
- config_name: SP
features:
- name: id
dtype: string
- name: question
dtype: string
- name: answer
dtype: string
- name: distractor1
dtype: string
- name: distractor2
dtype: string
- name: distractor(unsure)
dtype: string
- name: label
dtype: int64
- name: choice_list
dtype: string
- name: choice_order
sequence: int64
splits:
- name: train
num_bytes: 110783
num_examples: 396
download_size: 42861
dataset_size: 110783
- config_name: WP
features:
- name: id
dtype: string
- name: question
dtype: string
- name: answer
dtype: string
- name: distractor1
dtype: string
- name: distractor2
dtype: string
- name: distractor(unsure)
dtype: string
- name: label
dtype: int64
- name: choice_list
dtype: string
- name: choice_order
sequence: int64
splits:
- name: train
num_bytes: 110783
num_examples: 396
download_size: 42861
dataset_size: 110783
configs:
- config_name: SP
data_files:
- split: train
path: SP/train-*
- config_name: WP
data_files:
- split: train
path: WP/train-*
---
# Dataset Card for "brainteasers"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) |