XiaoEnn commited on
Commit
cdfd1f3
·
verified ·
1 Parent(s): 573b206

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -19,5 +19,19 @@ tags:
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
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ## Introduction
23
  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.
24
 
25
+
26
+ ## DateBase
27
+ Extract 321 types of syndrome differentiation and descriptions from the Traditional Chinese Medicine Internal Medicine textbook, and then generate training and test sets.
28
+
29
+ ## Model_config
30
+ - max_length = 512
31
+ - batch_size = 16
32
+ - epochs = 26
33
+
34
+ ## Results
35
+ | Model Name | Eval Accuracy | Eval F1 | Eval Precision | Eval Recall |
36
+ |-------------------|---------------|---------|----------------|-------------|
37
+ | herberta_seq_512_v2 | 0.9454 | 0.9293 | 0.9221 | 0.9454 |