Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: H
|
28 |
+
dtype: string
|
29 |
+
- name: I
|
30 |
+
dtype: string
|
31 |
+
- name: answer
|
32 |
+
dtype: string
|
33 |
+
- name: answer_idx
|
34 |
+
dtype: string
|
35 |
+
splits:
|
36 |
+
- name: test
|
37 |
+
num_bytes: 80576
|
38 |
+
num_examples: 94
|
39 |
+
download_size: 60551
|
40 |
+
dataset_size: 80576
|
41 |
+
---
|
42 |
+
# Dataset Card for "usmle_self_eval_step1"
|
43 |
+
|
44 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|