Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
- zh
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
- f1
|
9 |
+
- precision
|
10 |
+
- recall
|
11 |
+
base_model:
|
12 |
+
- XiaoEnn/herberta_seq_512_V2
|
13 |
+
tags:
|
14 |
+
- TCM
|
15 |
+
- Classifier
|
16 |
+
- LLM
|
17 |
+
- Syndrome Differentiation
|
18 |
+
---
|
19 |
+
|
20 |
+
### SYD_Model: A Syndrome Differentiation Model fine-tuned based on the herberta pre-trained TCM model, applied in the field of Traditional Chinese Medicine Internal Medicine.
|
21 |
+
|
22 |
+
Syndrome Differentiation Model_512_v2 is trained based on the pre-trained Chinese herbal medicine model herberta_seq_512_v2 on the Traditional Chinese Medicine Internal Medicine Syndrome Differentiation dataset. The Eval Accuracy, Eval F1, Eval Precision, and Eval Recall reach 0.9454, 0.9293, 0.9221, and 0.9454, respectively, representing improvements of approximately 8.1%, 10.3%, 10.9%, and 8.1% compared to the model trained on the base Roberta model.
|
23 |
+
|