Training complete
Browse files
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.
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- F1: 0.
|
27 |
-
- Accuracy: 0.
|
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.
|
61 |
-
| No log | 2.0 | 462 | 0.
|
62 |
|
63 |
|
64 |
### Framework versions
|
65 |
|
66 |
- Transformers 4.44.2
|
67 |
-
- Pytorch 2.4.
|
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
|