Upload dataset
Browse files- README.md +35 -3
- data/test-00000-of-00001.parquet +3 -0
- data/train-00000-of-00001.parquet +3 -0
- data/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -4,11 +4,43 @@ configs:
|
|
4 |
- config_name: default
|
5 |
data_files:
|
6 |
- split: train
|
7 |
-
path: train
|
8 |
- split: validation
|
9 |
-
path:
|
10 |
- split: test
|
11 |
-
path:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
EMPEC(Examinations for Medical PErsonnel in Chinese) collects the recent 10 years of multi-choice questions from the Professional and Technical Examinations for Medical Personnel of the Republic of China.
|
14 |
|
|
|
4 |
- config_name: default
|
5 |
data_files:
|
6 |
- split: train
|
7 |
+
path: data/train-*
|
8 |
- split: validation
|
9 |
+
path: data/validation-*
|
10 |
- split: test
|
11 |
+
path: data/test-*
|
12 |
+
dataset_info:
|
13 |
+
features:
|
14 |
+
- name: year
|
15 |
+
dtype: int64
|
16 |
+
- name: subject
|
17 |
+
dtype: string
|
18 |
+
- name: prof
|
19 |
+
dtype: string
|
20 |
+
- name: question
|
21 |
+
dtype: string
|
22 |
+
- name: answer
|
23 |
+
dtype: string
|
24 |
+
- name: prof_en
|
25 |
+
dtype: string
|
26 |
+
- name: subject_en
|
27 |
+
dtype: string
|
28 |
+
- name: question_simp
|
29 |
+
dtype: string
|
30 |
+
- name: question_eng
|
31 |
+
dtype: string
|
32 |
+
splits:
|
33 |
+
- name: train
|
34 |
+
num_bytes: 97502784
|
35 |
+
num_examples: 149603
|
36 |
+
- name: validation
|
37 |
+
num_bytes: 129373
|
38 |
+
num_examples: 200
|
39 |
+
- name: test
|
40 |
+
num_bytes: 7983061
|
41 |
+
num_examples: 8000
|
42 |
+
download_size: 64399600
|
43 |
+
dataset_size: 105615218
|
44 |
---
|
45 |
EMPEC(Examinations for Medical PErsonnel in Chinese) collects the recent 10 years of multi-choice questions from the Professional and Technical Examinations for Medical Personnel of the Republic of China.
|
46 |
|
data/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:806e92dce6084bbee954cfb66d239d937a4ee9795cce84e736e1c363cfd69a83
|
3 |
+
size 4839602
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d683fa3f51d8b9caded7532e1727699b49f122b56f38c810a709c32bd8cd91ef
|
3 |
+
size 59473028
|
data/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9bff387245ad4851591a11feb4e68c813a509614fa0aad029e9ea2caff0320fa
|
3 |
+
size 86970
|