add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -21,6 +21,48 @@ task_ids:
|
|
21 |
- open-domain-qa
|
22 |
paperswithcode_id: medmcqa
|
23 |
pretty_name: MedMCQA
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
---
|
25 |
|
26 |
# Dataset Card for MedMCQA
|
@@ -230,4 +272,4 @@ If you find this useful in your research, please consider citing the dataset pap
|
|
230 |
|
231 |
### Contributions
|
232 |
|
233 |
-
Thanks to [@monk1337](https://github.com/monk1337) for adding this dataset.
|
|
|
21 |
- open-domain-qa
|
22 |
paperswithcode_id: medmcqa
|
23 |
pretty_name: MedMCQA
|
24 |
+
dataset_info:
|
25 |
+
features:
|
26 |
+
- name: id
|
27 |
+
dtype: string
|
28 |
+
- name: question
|
29 |
+
dtype: string
|
30 |
+
- name: opa
|
31 |
+
dtype: string
|
32 |
+
- name: opb
|
33 |
+
dtype: string
|
34 |
+
- name: opc
|
35 |
+
dtype: string
|
36 |
+
- name: opd
|
37 |
+
dtype: string
|
38 |
+
- name: cop
|
39 |
+
dtype:
|
40 |
+
class_label:
|
41 |
+
names:
|
42 |
+
0: a
|
43 |
+
1: b
|
44 |
+
2: c
|
45 |
+
3: d
|
46 |
+
- name: choice_type
|
47 |
+
dtype: string
|
48 |
+
- name: exp
|
49 |
+
dtype: string
|
50 |
+
- name: subject_name
|
51 |
+
dtype: string
|
52 |
+
- name: topic_name
|
53 |
+
dtype: string
|
54 |
+
splits:
|
55 |
+
- name: test
|
56 |
+
num_bytes: 1447829
|
57 |
+
num_examples: 6150
|
58 |
+
- name: train
|
59 |
+
num_bytes: 131904057
|
60 |
+
num_examples: 182822
|
61 |
+
- name: validation
|
62 |
+
num_bytes: 2221468
|
63 |
+
num_examples: 4183
|
64 |
+
download_size: 55285460
|
65 |
+
dataset_size: 135573354
|
66 |
---
|
67 |
|
68 |
# Dataset Card for MedMCQA
|
|
|
272 |
|
273 |
### Contributions
|
274 |
|
275 |
+
Thanks to [@monk1337](https://github.com/monk1337) for adding this dataset.
|