Tawkat commited on
Commit
57e6d08
1 Parent(s): 498a45c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: int64
18
+ - name: choice_type
19
+ dtype: string
20
+ - name: exp
21
+ dtype: string
22
+ - name: subject_name
23
+ dtype: string
24
+ - name: topic_name
25
+ dtype: string
26
+ - name: input
27
+ dtype: string
28
+ - name: nursing-related
29
+ dtype: string
30
+ splits:
31
+ - name: validation
32
+ num_bytes: 476270
33
+ num_examples: 285
34
+ download_size: 297822
35
+ dataset_size: 476270
36
+ configs:
37
+ - config_name: default
38
+ data_files:
39
+ - split: validation
40
+ path: data/validation-*
41
+ ---
42
+ # Dataset Card for "medmcqa"
43
+
44
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)