Update README.md
Browse files
README.md
CHANGED
|
@@ -2,4 +2,9 @@
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
---
|
| 5 |
-
Bert Diagnosis Classifier
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
---
|
| 5 |
+
# Bert Diagnosis Classifier
|
| 6 |
+
|
| 7 |
+
- model_name: `bert_diagnosis2classification`
|
| 8 |
+
- Utilizes the BERT architecture for sequence classification tasks.
|
| 9 |
+
- Pre-trained model is loaded from HuggingFace, and the model is fine-tuned for diagnosing and classifying ECG diagnosis.
|
| 10 |
+
- The model processes input text and outputs classification logits.
|