pabRomero commited on
Commit
b5e6f3a
·
verified ·
1 Parent(s): 9ec1379

Training complete

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [medicalai/ClinicalBERT](https://huggingface.co/medicalai/ClinicalBERT) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.0654
24
- - Precision: 0.8341
25
- - Recall: 0.8261
26
- - F1: 0.8301
27
- - Accuracy: 0.9806
28
 
29
  ## Model description
30
 
@@ -57,13 +57,13 @@ The following hyperparameters were used during training:
57
 
58
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
59
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
60
- | No log | 1.0 | 231 | 0.0808 | 0.7834 | 0.8124 | 0.7977 | 0.9763 |
61
- | No log | 2.0 | 462 | 0.0654 | 0.8341 | 0.8261 | 0.8301 | 0.9806 |
62
 
63
 
64
  ### Framework versions
65
 
66
  - Transformers 4.44.2
67
- - Pytorch 2.4.1+cu121
68
  - Datasets 2.21.0
69
  - Tokenizers 0.19.1
 
20
 
21
  This model is a fine-tuned version of [medicalai/ClinicalBERT](https://huggingface.co/medicalai/ClinicalBERT) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.0815
24
+ - Precision: 0.7883
25
+ - Recall: 0.7691
26
+ - F1: 0.7786
27
+ - Accuracy: 0.9751
28
 
29
  ## Model description
30
 
 
57
 
58
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
59
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
60
+ | No log | 1.0 | 231 | 0.0931 | 0.7518 | 0.7606 | 0.7562 | 0.9719 |
61
+ | No log | 2.0 | 462 | 0.0815 | 0.7883 | 0.7691 | 0.7786 | 0.9751 |
62
 
63
 
64
  ### Framework versions
65
 
66
  - Transformers 4.44.2
67
+ - Pytorch 2.4.0+cu121
68
  - Datasets 2.21.0
69
  - Tokenizers 0.19.1