Update README.md
Browse files
README.md
CHANGED
|
@@ -37,6 +37,12 @@ This model is intended for educational and demonstrational purposes only. It tak
|
|
| 37 |
|
| 38 |
To use this model, you must load the feature extractor (`Bio_ClinicalBERT`), the LightGBM classifier, and the label encoder.
|
| 39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
```python
|
| 41 |
import torch
|
| 42 |
import joblib
|
|
|
|
| 37 |
|
| 38 |
To use this model, you must load the feature extractor (`Bio_ClinicalBERT`), the LightGBM classifier, and the label encoder.
|
| 39 |
|
| 40 |
+
## Training Data
|
| 41 |
+
This model was trained on the gretelai/symptom_to_diagnosis dataset, which contains ~1000 symptom descriptions across 22 balanced classes.
|
| 42 |
+
|
| 43 |
+
## Evaluation
|
| 44 |
+
The model achieves a Macro F1-score of 0.834 and an Accuracy of 0.835 on the test set.
|
| 45 |
+
|
| 46 |
```python
|
| 47 |
import torch
|
| 48 |
import joblib
|