KenLuo commited on
Commit
530d862
·
verified ·
1 Parent(s): 0843c09

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -6
README.md CHANGED
@@ -1,16 +1,14 @@
1
  ---
2
- license: mit
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
-
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