Update README.md
Browse files
README.md
CHANGED
@@ -1,16 +1,14 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
configs:
|
4 |
- config_name: default
|
5 |
data_files:
|
6 |
- split: train
|
7 |
-
path:
|
8 |
- split: validation
|
9 |
-
path:
|
10 |
- split: test
|
11 |
-
path:
|
12 |
-
|
13 |
-
|
14 |
---
|
15 |
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.
|
16 |
|
|
|
1 |
---
|
2 |
+
license: cc-by-nc-nd-4.0
|
3 |
configs:
|
4 |
- config_name: default
|
5 |
data_files:
|
6 |
- split: train
|
7 |
+
path: train.jsonl
|
8 |
- split: validation
|
9 |
+
path: dev.jsonl
|
10 |
- split: test
|
11 |
+
path: test_8k.jsonl
|
|
|
|
|
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 |
|