RZ commited on
Commit
102ac5d
·
verified ·
1 Parent(s): fb343b6

End of training

Browse files
Files changed (1) hide show
  1. README.md +9 -10
README.md CHANGED
@@ -19,9 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.6902
23
- - F1: 0.5382
24
- - Accuracy: 0.5384
25
 
26
  ## Model description
27
 
@@ -44,8 +44,7 @@ The following hyperparameters were used during training:
44
  - train_batch_size: 32
45
  - eval_batch_size: 16
46
  - seed: 42
47
- - optimizer: Use OptimizerNames.SGD and the args are:
48
- No additional optimizer arguments
49
  - lr_scheduler_type: linear
50
  - num_epochs: 5
51
 
@@ -53,11 +52,11 @@ No additional optimizer arguments
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | F1 | Accuracy |
55
  |:-------------:|:-----:|:----:|:---------------:|:------:|:--------:|
56
- | 0.6935 | 1.0 | 113 | 0.6903 | 0.5340 | 0.5341 |
57
- | 0.6925 | 2.0 | 226 | 0.6901 | 0.5382 | 0.5384 |
58
- | 0.6933 | 3.0 | 339 | 0.6901 | 0.5382 | 0.5384 |
59
- | 0.6931 | 4.0 | 452 | 0.6902 | 0.5382 | 0.5384 |
60
- | 0.6932 | 5.0 | 565 | 0.6902 | 0.5382 | 0.5384 |
61
 
62
 
63
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.6844
23
+ - F1: 0.5534
24
+ - Accuracy: 0.5597
25
 
26
  ## Model description
27
 
 
44
  - train_batch_size: 32
45
  - eval_batch_size: 16
46
  - seed: 42
47
+ - optimizer: Use OptimizerNames.ADAMW_HF with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
 
48
  - lr_scheduler_type: linear
49
  - num_epochs: 5
50
 
 
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | F1 | Accuracy |
54
  |:-------------:|:-----:|:----:|:---------------:|:------:|:--------:|
55
+ | 0.6886 | 1.0 | 113 | 0.6932 | 0.4420 | 0.5256 |
56
+ | 0.6775 | 2.0 | 226 | 0.6861 | 0.5520 | 0.5533 |
57
+ | 0.6663 | 3.0 | 339 | 0.6851 | 0.5524 | 0.5533 |
58
+ | 0.665 | 4.0 | 452 | 0.6842 | 0.5405 | 0.5405 |
59
+ | 0.6604 | 5.0 | 565 | 0.6844 | 0.5534 | 0.5597 |
60
 
61
 
62
  ### Framework versions