HuggingSara commited on
Commit
729a219
1 Parent(s): da66c76

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
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: options
10
+ struct:
11
+ - name: A
12
+ dtype: string
13
+ - name: B
14
+ dtype: string
15
+ - name: C
16
+ dtype: string
17
+ - name: D
18
+ dtype: string
19
+ - name: E
20
+ dtype: string
21
+ - name: F
22
+ dtype: string
23
+ - name: G
24
+ dtype: string
25
+ - name: H
26
+ dtype: string
27
+ - name: I
28
+ dtype: string
29
+ - name: answer
30
+ dtype: string
31
+ - name: question
32
+ dtype: string
33
+ - name: answer_idx
34
+ dtype: string
35
+ splits:
36
+ - name: train
37
+ num_bytes: 372032
38
+ num_examples: 325
39
+ download_size: 213238
40
+ dataset_size: 372032
41
+ ---
42
+ # Dataset Card for "usmle_self_assesment"
43
+
44
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)