JakJak504 commited on
Commit
be85782
·
verified ·
1 Parent(s): 0861bc7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -6,5 +6,5 @@ language:
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.
 
6
 
7
  - model_name: `bert_diagnosis2classification`
8
  - Utilizes the BERT architecture for sequence classification tasks.
9
+ - The model is fine-tuned for diagnosing classification into 77 classes.
10
+ - The model processes input text and outputs 77 classification logits.