OwenLegalSign
commited on
Commit
•
2d0f0e9
1
Parent(s):
f7d28ef
Folk from yuhsintw/TW_ED_exam and formatting data content
Browse files- .gitattributes +1 -3
- README.md +43 -3
- tw_ed_exam.json +3 -0
.gitattributes
CHANGED
@@ -53,6 +53,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
56 |
-
|
57 |
-
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
58 |
-
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
56 |
+
tw_ed_exam.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
README.md
CHANGED
@@ -1,3 +1,43 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- question-answering
|
4 |
+
language:
|
5 |
+
- zh
|
6 |
+
tags:
|
7 |
+
- Question Answering
|
8 |
+
- Emergency Medicine
|
9 |
+
- Taiwan
|
10 |
+
- Board Exam
|
11 |
+
- Traditional Chinese
|
12 |
+
- Chinese
|
13 |
+
- zh-tw
|
14 |
+
pretty_name: Taiwan Emergency Medicine Board Exam
|
15 |
+
size_categories:
|
16 |
+
- 10K<n<100K
|
17 |
+
---
|
18 |
+
# 台灣衛生福利部急診醫學科專科醫師甄審筆試試題及答案(Taiwan Emergency Medicine Board Exam)
|
19 |
+
|
20 |
+
本專案分叉於 [yuhsintw/TW_ED_exam](https://huggingface.co/datasets/yuhsintw/TW_ED_exam) ,並額外處理以下事項:
|
21 |
+
|
22 |
+
* Read input JSON file with potential BOM characters.
|
23 |
+
* Remove BOM characters from keys.
|
24 |
+
* Strip trailing spaces from string values, particularly in 'Answer' field.
|
25 |
+
* Convert dataset to `Alpaca format`.
|
26 |
+
* Write cleaned and formatted data to new JSON file.
|
27 |
+
* Rename filename to lower case format.
|
28 |
+
|
29 |
+
Note:上述前五條已在原 repo 提出 [PR](https://huggingface.co/datasets/yuhsintw/TW_ED_exam/discussions/2)。
|
30 |
+
|
31 |
+
## Contribution
|
32 |
+
|
33 |
+
目前初步人工修正資料文字格式的正確性,但還有一定比例需要去檢查,比如以下:
|
34 |
+
|
35 |
+
* 不必要的空格
|
36 |
+
* 化學式的上下標
|
37 |
+
* 中文字與英文及數字之間的空格
|
38 |
+
|
39 |
+
歡迎社群協助貢獻,讓資料集文字格式更加正確。
|
40 |
+
|
41 |
+
## Usage
|
42 |
+
|
43 |
+
如果有使用本資料集也請標示出處。
|
tw_ed_exam.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d8a89c0bd6f1f3ea1597612fae5031cb0962bfa1243124c7d29d2c3f9c50fa5
|
3 |
+
size 1020212
|