End of training
Browse files
README.md
CHANGED
|
@@ -18,9 +18,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [MoritzLaurer/DeBERTa-v3-base-mnli-fever-anli](https://huggingface.co/MoritzLaurer/DeBERTa-v3-base-mnli-fever-anli) on an unknown dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss: 0.
|
| 22 |
-
- Accuracy: 0.
|
| 23 |
-
- F1: 0.
|
|
|
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
|
@@ -50,13 +51,13 @@ The following hyperparameters were used during training:
|
|
| 50 |
|
| 51 |
### Training results
|
| 52 |
|
| 53 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
| 54 |
-
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
| 55 |
-
| 1.
|
| 56 |
-
| 0.
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
| 60 |
|
| 61 |
|
| 62 |
### Framework versions
|
|
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [MoritzLaurer/DeBERTa-v3-base-mnli-fever-anli](https://huggingface.co/MoritzLaurer/DeBERTa-v3-base-mnli-fever-anli) on an unknown dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 0.7408
|
| 22 |
+
- Accuracy: 0.8185
|
| 23 |
+
- F1: 0.8182
|
| 24 |
+
- Log Loss: 0.7408
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
|
|
| 51 |
|
| 52 |
### Training results
|
| 53 |
|
| 54 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Log Loss |
|
| 55 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:--------:|
|
| 56 |
+
| 1.6221 | 1.0 | 750 | 0.8552 | 0.702 | 0.7047 | 0.8552 |
|
| 57 |
+
| 0.8073 | 2.0 | 1500 | 0.7856 | 0.772 | 0.7701 | 0.7856 |
|
| 58 |
+
| 0.6747 | 3.0 | 2250 | 0.7987 | 0.785 | 0.7875 | 0.7987 |
|
| 59 |
+
| 0.5195 | 4.0 | 3000 | 0.7529 | 0.8125 | 0.8132 | 0.7529 |
|
| 60 |
+
| 0.4164 | 5.0 | 3750 | 0.7408 | 0.8185 | 0.8182 | 0.7408 |
|
| 61 |
|
| 62 |
|
| 63 |
### Framework versions
|