File size: 1,484 Bytes
e3cf96d a31465b e3cf96d a31465b e3cf96d a31465b e3cf96d |
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 |
---
dataset_info:
- config_name: atc_easy
features:
- name: question_id
dtype: int64
- name: answer
dtype: string
- name: answer_id
dtype: string
- name: option1
dtype: string
- name: option2
dtype: string
- name: option3
dtype: string
- name: option4
dtype: string
- name: question
dtype: string
- name: vocab
dtype: string
- name: level
dtype: string
splits:
- name: test
num_bytes: 2049806.531385954
num_examples: 6406
- name: dev
num_bytes: 10879.46149068323
num_examples: 34
download_size: 1059909
dataset_size: 2060685.9928766373
- config_name: atc_hard
features:
- name: question_id
dtype: int64
- name: answer
dtype: string
- name: answer_id
dtype: string
- name: option1
dtype: string
- name: option2
dtype: string
- name: option3
dtype: string
- name: option4
dtype: string
- name: question
dtype: string
- name: vocab
dtype: string
- name: level
dtype: string
splits:
- name: test
num_bytes: 1907915.3083923154
num_examples: 5904
- name: dev
num_bytes: 10986.489053553385
num_examples: 34
download_size: 953011
dataset_size: 1918901.7974458688
configs:
- config_name: atc_easy
data_files:
- split: test
path: atc_easy/test-*
- split: dev
path: atc_easy/dev-*
- config_name: atc_hard
data_files:
- split: test
path: atc_hard/test-*
- split: dev
path: atc_hard/dev-*
---
|