File size: 692 Bytes
4c9ee67 31c67d7 4c9ee67 |
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 |
---
language:
- en
dataset_info:
features:
- name: question_id
dtype: string
- name: subject
dtype: string
- name: chapter
dtype: string
- name: topic
dtype: string
- name: question
dtype: string
- name: options
dtype: string
- name: correct_option
dtype: string
- name: answer
dtype: string
- name: explanation
dtype: string
- name: question_type
dtype: string
- name: paper_id
dtype: string
splits:
- name: train
num_bytes: 9543896.720289638
num_examples: 4515
download_size: 2368456
dataset_size: 9543896.720289638
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|