File size: 2,961 Bytes
e3cf96d a31465b e3cf96d a31465b aa7c8be 595230a e3cf96d a31465b aa7c8be 595230a 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 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 |
---
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
- config_name: atc_medium
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: 2270235.239589807
num_examples: 6406
- name: dev
num_bytes: 12048.596894409939
num_examples: 34
download_size: 1089345
dataset_size: 2282283.836484217
- config_name: icd10cm_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: 72779789.54616393
num_examples: 94546
- name: dev
num_bytes: 26172.39259885811
num_examples: 34
download_size: 28263552
dataset_size: 72805961.93876278
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-*
- config_name: atc_medium
data_files:
- split: test
path: atc_medium/test-*
- split: dev
path: atc_medium/dev-*
- config_name: icd10cm_easy
data_files:
- split: test
path: icd10cm_easy/test-*
- split: dev
path: icd10cm_easy/dev-*
---
|