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.
|
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.0102
|
24 |
+
- Precision: 0.6842
|
25 |
+
- Recall: 0.7772
|
26 |
+
- F1: 0.7277
|
27 |
+
- Accuracy: 0.9969
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| 0.0362 | 1.0 | 708 | 0.0109 | 0.6517 | 0.6304 | 0.6409 | 0.9963 |
|
59 |
+
| 0.0087 | 2.0 | 1416 | 0.0092 | 0.6618 | 0.7337 | 0.6959 | 0.9968 |
|
60 |
+
| 0.0029 | 3.0 | 2124 | 0.0102 | 0.6842 | 0.7772 | 0.7277 | 0.9969 |
|
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
|