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 [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) 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,16 +55,16 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
-
| No log | 1.0 | 55 | 0.
|
59 |
-
| No log | 2.0 | 110 | 0.
|
60 |
-
| No log | 3.0 | 165 | 0.
|
61 |
-
| No log | 4.0 | 220 | 0.
|
62 |
-
| No log | 5.0 | 275 | 0.
|
63 |
|
64 |
|
65 |
### Framework versions
|
66 |
|
67 |
-
- Transformers 4.33.
|
68 |
- Pytorch 2.0.1+cu118
|
69 |
-
- Datasets 2.14.
|
70 |
- Tokenizers 0.13.3
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.0606
|
24 |
+
- Precision: 0.6730
|
25 |
+
- Recall: 0.7899
|
26 |
+
- F1: 0.7268
|
27 |
+
- Accuracy: 0.9783
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| No log | 1.0 | 55 | 0.0744 | 0.5840 | 0.6527 | 0.6164 | 0.9703 |
|
59 |
+
| No log | 2.0 | 110 | 0.0639 | 0.6332 | 0.7689 | 0.6945 | 0.9764 |
|
60 |
+
| No log | 3.0 | 165 | 0.0585 | 0.6424 | 0.7801 | 0.7046 | 0.9766 |
|
61 |
+
| No log | 4.0 | 220 | 0.0581 | 0.6754 | 0.7955 | 0.7305 | 0.9785 |
|
62 |
+
| No log | 5.0 | 275 | 0.0606 | 0.6730 | 0.7899 | 0.7268 | 0.9783 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
66 |
|
67 |
+
- Transformers 4.33.2
|
68 |
- Pytorch 2.0.1+cu118
|
69 |
+
- Datasets 2.14.5
|
70 |
- Tokenizers 0.13.3
|