MaVier19 commited on
Commit
b9e7d6e
·
verified ·
1 Parent(s): 5adb077

End of training

Browse files
Files changed (1) hide show
  1. README.md +11 -10
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.7573
22
- - Accuracy: 0.82
23
- - F1: 0.8207
 
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.6738 | 1.0 | 750 | 0.8938 | 0.712 | 0.7142 |
56
- | 0.7626 | 2.0 | 1500 | 0.8021 | 0.7645 | 0.7633 |
57
- | 0.6333 | 3.0 | 2250 | 0.7307 | 0.7965 | 0.7997 |
58
- | 0.5001 | 4.0 | 3000 | 0.6905 | 0.817 | 0.8181 |
59
- | 0.3686 | 5.0 | 3750 | 0.7573 | 0.82 | 0.8207 |
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