MaVier19 commited on
Commit
ed42225
1 Parent(s): 9564d01

End of training

Browse files
Files changed (1) hide show
  1. README.md +13 -12
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
 
@@ -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: 8
44
- - eval_batch_size: 16
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
- | 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.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