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 |
|
@@ -40,8 +41,8 @@ More information needed
|
|
40 |
|
41 |
The following hyperparameters were used during training:
|
42 |
- learning_rate: 5e-05
|
43 |
-
- train_batch_size:
|
44 |
-
- eval_batch_size:
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
@@ -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 |
-
|
|
56 |
-
|
|
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.6329
|
22 |
+
- Accuracy: 0.8235
|
23 |
+
- F1: 0.8241
|
24 |
+
- Log Loss: 0.6329
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
41 |
|
42 |
The following hyperparameters were used during training:
|
43 |
- learning_rate: 5e-05
|
44 |
+
- train_batch_size: 16
|
45 |
+
- eval_batch_size: 32
|
46 |
- seed: 42
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
|
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Log Loss |
|
55 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:--------:|
|
56 |
+
| No log | 1.0 | 375 | 1.1586 | 0.5505 | 0.5121 | 1.1586 |
|
57 |
+
| 1.4748 | 2.0 | 750 | 0.7917 | 0.7495 | 0.7506 | 0.7917 |
|
58 |
+
| 0.7813 | 3.0 | 1125 | 0.6692 | 0.798 | 0.7989 | 0.6692 |
|
59 |
+
| 0.5346 | 4.0 | 1500 | 0.6359 | 0.811 | 0.8105 | 0.6359 |
|
60 |
+
| 0.5346 | 5.0 | 1875 | 0.6329 | 0.8235 | 0.8241 | 0.6329 |
|
61 |
|
62 |
|
63 |
### Framework versions
|