File size: 1,455 Bytes
573b206 86e75ed 573b206 cdfd1f3 671b8c6 cdfd1f3 86e75ed |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
---
license: apache-2.0
language:
- en
- zh
metrics:
- accuracy
- f1
- precision
- recall
base_model:
- XiaoEnn/herberta_seq_512_V2
tags:
- TCM
- Classifier
- LLM
- Syndrome Differentiation
datasets:
- XiaoEnn/Syndrome_Differentiation_NK_test
---
### 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.
## Introduction
Syndrome Differentiation Model_512_v2 is trained based on the pre-trained Chinese herbal medicine model [herberta_seq_512_v2](https://huggingface.co/XiaoEnn/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.
## DateBase
Extract 321 types of syndrome differentiation and descriptions from the Traditional Chinese Medicine Internal Medicine textbook, and then generate training and test sets.
## Model_config
- max_length = 512
- batch_size = 16
- epochs = 26
## Results
| Model Name | Eval Accuracy | Eval F1 | Eval Precision | Eval Recall |
|-------------------|---------------|---------|----------------|-------------|
| herberta_seq_512_v2 | 0.9454 | 0.9293 | 0.9221 | 0.9454 | |