File size: 1,418 Bytes
e47691f 244e0da e47691f 244e0da e47691f |
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 68 69 70 71 72 73 74 75 76 77 78 79 80 81 |
---
dataset_info:
- config_name: chemistry
features:
- name: qid
dtype: string
- name: source
dtype: string
- name: question
dtype: string
- name: A
dtype: string
- name: B
dtype: string
- name: C
dtype: string
- name: D
dtype: string
- name: answer
dtype: string
splits:
- name: test
num_bytes: 60486
num_examples: 172
- name: val
num_bytes: 41731
num_examples: 100
- name: dev
num_bytes: 42994
num_examples: 100
download_size: 106328
dataset_size: 145211
- config_name: mathematics
features:
- name: qid
dtype: string
- name: source
dtype: string
- name: question
dtype: string
- name: A
dtype: string
- name: B
dtype: string
- name: C
dtype: string
- name: D
dtype: string
- name: answer
dtype: string
splits:
- name: test
num_bytes: 78916
num_examples: 240
- name: val
num_bytes: 32555
num_examples: 100
- name: dev
num_bytes: 36081
num_examples: 100
download_size: 83936
dataset_size: 147552
configs:
- config_name: chemistry
data_files:
- split: test
path: chemistry/test-*
- split: val
path: chemistry/val-*
- split: dev
path: chemistry/dev-*
- config_name: mathematics
data_files:
- split: test
path: mathematics/test-*
- split: val
path: mathematics/val-*
- split: dev
path: mathematics/dev-*
---
|