Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
- split: test
|
8 |
+
path: data/test-*
|
9 |
+
dataset_info:
|
10 |
+
features:
|
11 |
+
- name: id
|
12 |
+
dtype: string
|
13 |
+
- name: question
|
14 |
+
dtype: string
|
15 |
+
- name: cop
|
16 |
+
dtype:
|
17 |
+
class_label:
|
18 |
+
names:
|
19 |
+
'0': a
|
20 |
+
'1': b
|
21 |
+
'2': c
|
22 |
+
'3': d
|
23 |
+
- name: choice_type
|
24 |
+
dtype: string
|
25 |
+
- name: exp
|
26 |
+
dtype: string
|
27 |
+
- name: subject_name
|
28 |
+
dtype: string
|
29 |
+
- name: topic_name
|
30 |
+
dtype: string
|
31 |
+
- name: options
|
32 |
+
struct:
|
33 |
+
- name: A
|
34 |
+
dtype: string
|
35 |
+
- name: B
|
36 |
+
dtype: string
|
37 |
+
- name: C
|
38 |
+
dtype: string
|
39 |
+
- name: D
|
40 |
+
dtype: string
|
41 |
+
- name: answer_idx
|
42 |
+
dtype: string
|
43 |
+
- name: answer
|
44 |
+
dtype: string
|
45 |
+
splits:
|
46 |
+
- name: train
|
47 |
+
num_bytes: 136988451
|
48 |
+
num_examples: 182822
|
49 |
+
- name: test
|
50 |
+
num_bytes: 2350095
|
51 |
+
num_examples: 4183
|
52 |
+
download_size: 90978864
|
53 |
+
dataset_size: 139338546
|
54 |
+
---
|
55 |
+
# Dataset Card for "medmcqa"
|
56 |
+
|
57 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|