End of training
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 [austin/Austin-MeDeBERTa](https://huggingface.co/austin/Austin-MeDeBERTa) 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 |
|
@@ -55,14 +55,14 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
-
| 0.
|
59 |
-
| 0.0098 | 2.0 |
|
60 |
-
| 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
64 |
|
65 |
-
- Transformers 4.
|
66 |
- Pytorch 2.1.0+cu121
|
67 |
-
- Datasets 2.
|
68 |
-
- Tokenizers 0.15.
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [austin/Austin-MeDeBERTa](https://huggingface.co/austin/Austin-MeDeBERTa) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.0098
|
24 |
+
- Precision: 0.7014
|
25 |
+
- Recall: 0.6918
|
26 |
+
- F1: 0.6966
|
27 |
+
- Accuracy: 0.9975
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| 0.0445 | 1.0 | 708 | 0.0106 | 0.6792 | 0.4932 | 0.5714 | 0.9971 |
|
59 |
+
| 0.0098 | 2.0 | 1416 | 0.0095 | 0.6875 | 0.6781 | 0.6828 | 0.9974 |
|
60 |
+
| 0.0035 | 3.0 | 2124 | 0.0098 | 0.7014 | 0.6918 | 0.6966 | 0.9975 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
64 |
|
65 |
+
- Transformers 4.39.0.dev0
|
66 |
- Pytorch 2.1.0+cu121
|
67 |
+
- Datasets 2.17.1
|
68 |
+
- Tokenizers 0.15.2
|