File size: 799 Bytes
5b7868e |
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 |
---
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-*
---
|