pabRomero commited on
Commit
e04beaa
1 Parent(s): 8dcde15

Training complete

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [medicalai/ClinicalBERT](https://huggingface.co/medicalai/ClinicalBERT) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 1.4264
23
- - Precision: 0.0
24
- - Recall: 0.0
25
- - F1: 0.0
26
- - Accuracy: 0.8504
27
 
28
  ## Model description
29
 
@@ -56,10 +56,10 @@ The following hyperparameters were used during training:
56
 
57
  ### Training results
58
 
59
- | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
60
- |:-------------:|:------:|:----:|:---------------:|:---------:|:------:|:---:|:--------:|
61
- | 216.5594 | 0.9996 | 652 | 1.4264 | 0.0 | 0.0 | 0.0 | 0.8504 |
62
- | 0.0 | 1.9992 | 1304 | 1.4264 | 0.0 | 0.0 | 0.0 | 0.8504 |
63
 
64
 
65
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [medicalai/ClinicalBERT](https://huggingface.co/medicalai/ClinicalBERT) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.1567
23
+ - Precision: 0.7118
24
+ - Recall: 0.7328
25
+ - F1: 0.7221
26
+ - Accuracy: 0.9650
27
 
28
  ## Model description
29
 
 
56
 
57
  ### Training results
58
 
59
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
60
+ |:-------------:|:------:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
61
+ | 0.495 | 0.9996 | 652 | 0.3446 | 0.6425 | 0.6934 | 0.6670 | 0.9575 |
62
+ | 0.3703 | 1.9992 | 1304 | 0.1567 | 0.7118 | 0.7328 | 0.7221 | 0.9650 |
63
 
64
 
65
  ### Framework versions