End of training
Browse files
README.md
CHANGED
@@ -20,10 +20,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [microsoft/deberta-v3-small](https://huggingface.co/microsoft/deberta-v3-small) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Accuracy: 0.
|
25 |
-
- F1: 0.
|
26 |
-
- Precision: 0.
|
27 |
- Recall: 1.0
|
28 |
|
29 |
## Model description
|
@@ -55,9 +55,9 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
58 |
-
| No log | 1.0 | 172 | 0.
|
59 |
-
| No log | 2.0 | 344 | 0.
|
60 |
-
| 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [microsoft/deberta-v3-small](https://huggingface.co/microsoft/deberta-v3-small) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.0139
|
24 |
+
- Accuracy: 0.0014
|
25 |
+
- F1: 0.0027
|
26 |
+
- Precision: 0.0014
|
27 |
- Recall: 1.0
|
28 |
|
29 |
## Model description
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
58 |
+
| No log | 1.0 | 172 | 0.0372 | 0.0014 | 0.0027 | 0.0014 | 1.0 |
|
59 |
+
| No log | 2.0 | 344 | 0.0159 | 0.0014 | 0.0027 | 0.0014 | 1.0 |
|
60 |
+
| 0.1035 | 3.0 | 516 | 0.0139 | 0.0014 | 0.0027 | 0.0014 | 1.0 |
|
61 |
|
62 |
|
63 |
### Framework versions
|