augtoma commited on
Commit
486e23c
1 Parent(s): a574007

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: test
6
+ path: data/test-*
7
+ dataset_info:
8
+ features:
9
+ - name: question
10
+ dtype: string
11
+ - name: options
12
+ struct:
13
+ - name: A
14
+ dtype: string
15
+ - name: B
16
+ dtype: string
17
+ - name: C
18
+ dtype: string
19
+ - name: D
20
+ dtype: string
21
+ - name: E
22
+ dtype: string
23
+ - name: F
24
+ dtype: string
25
+ - name: G
26
+ dtype: string
27
+ - name: answer
28
+ dtype: string
29
+ - name: answer_idx
30
+ dtype: string
31
+ splits:
32
+ - name: test
33
+ num_bytes: 156286
34
+ num_examples: 122
35
+ download_size: 98164
36
+ dataset_size: 156286
37
+ ---
38
+ # Dataset Card for "usmle_self_eval_step3"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)