Update README.md
Browse files
README.md
CHANGED
@@ -8,4 +8,19 @@ tags:
|
|
8 |
pretty_name: basic theory of traditional Chinese medicine
|
9 |
size_categories:
|
10 |
- 100K<n<1M
|
11 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
pretty_name: basic theory of traditional Chinese medicine
|
9 |
size_categories:
|
10 |
- 100K<n<1M
|
11 |
+
---
|
12 |
+
|
13 |
+
## Discription
|
14 |
+
|
15 |
+
This dataset is sourced from the website of the Ministry of Examination, R.O.C (Taiwan) and contains past exam questions from the national Traditional Chinese Medicine examinations in Taiwan. The exam comprises six subjects. This dataset specifically includes questions from two subjects, including the History of Traditional Chinese Medicine, Basic Theories of Traditional Chinese Medicine, Neijing, Nanjing, Traditional Chinese Medicine Prescription Studies, and Traditional Chinese Medicine Pharmacology. The data spans from the years 96 to 111, excluding the year 110.
|
16 |
+
|
17 |
+
這個資料集是來統整自(Ministry of Examination,R.O.C(Taiwan))的網站,為台灣國家中醫考試歷屆試題,中醫考試有六個考科,擷取其中的兩科(包括中醫醫學史、中醫基礎理論、內經、難經、中醫方劑學、中醫藥物學),擷取日期範圍為96~111年(不包含110)
|
18 |
+
|
19 |
+
## Dataset Usage
|
20 |
+
|
21 |
+
```
|
22 |
+
from datasets import load_dataset
|
23 |
+
|
24 |
+
dataset = load_dataset("Liavan/Traditional-Chinese-Medicine-Multiple_choice_question")
|
25 |
+
print(dataset)
|
26 |
+
```
|