File size: 955 Bytes
cef4bbd 3ffd85a cef4bbd 3ffd85a cef4bbd 3ffd85a cef4bbd |
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 |
---
dataset_info:
config_name: leo_maxwell
features:
- name: filename
dtype: string
- name: question
dtype: string
- name: choice_a
dtype: string
- name: choice_b
dtype: string
- name: choice_c
dtype: string
- name: choice_d
dtype: string
- name: choice_e
dtype: string
- name: correct_choice
dtype: string
- name: rationale
dtype: string
- name: index
dtype: int64
- name: question_with_choices
dtype: string
- name: answer
dtype: string
splits:
- name: train
num_bytes: 566000
num_examples: 485
- name: validation
num_bytes: 60860
num_examples: 54
- name: test
num_bytes: 60860
num_examples: 54
download_size: 445802
dataset_size: 687720
configs:
- config_name: leo_maxwell
data_files:
- split: train
path: leo_maxwell/train-*
- split: validation
path: leo_maxwell/validation-*
- split: test
path: leo_maxwell/test-*
---
|