Myeongju commited on
Commit
0ca5517
·
verified ·
1 Parent(s): 71af2f0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: question
7
+ dtype: string
8
+ - name: opa
9
+ dtype: string
10
+ - name: opb
11
+ dtype: string
12
+ - name: opc
13
+ dtype: string
14
+ - name: opd
15
+ dtype: string
16
+ - name: cop
17
+ dtype:
18
+ class_label:
19
+ names:
20
+ '0': a
21
+ '1': b
22
+ '2': c
23
+ '3': d
24
+ - name: choice_type
25
+ dtype: string
26
+ - name: exp
27
+ dtype: string
28
+ - name: subject_name
29
+ dtype: string
30
+ - name: topic_name
31
+ dtype: string
32
+ splits:
33
+ - name: train
34
+ num_bytes: 131903297
35
+ num_examples: 182822
36
+ - name: validation
37
+ num_bytes: 2221428
38
+ num_examples: 4183
39
+ - name: test
40
+ num_bytes: 1399350
41
+ num_examples: 6150
42
+ download_size: 88311487
43
+ dataset_size: 135524075
44
+ ---
45
+ # Dataset Card for "002_MedMCQA"
46
+
47
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)