Mathildeholst commited on
Commit
4c7b8d9
·
verified ·
1 Parent(s): 189f3cd

Training complete

Browse files
Files changed (1) hide show
  1. README.md +10 -8
README.md CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.2633
22
- - Accuracy: 0.9594
23
 
24
  ## Model description
25
 
@@ -44,21 +44,23 @@ The following hyperparameters were used during training:
44
  - seed: 42
45
  - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
46
  - lr_scheduler_type: linear
47
- - num_epochs: 4
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
- | No log | 1.0 | 477 | 0.5658 | 0.9148 |
54
- | 2.6265 | 2.0 | 954 | 0.3255 | 0.9510 |
55
- | 0.2274 | 3.0 | 1431 | 0.2701 | 0.9584 |
56
- | 0.0986 | 4.0 | 1908 | 0.2633 | 0.9594 |
 
 
57
 
58
 
59
  ### Framework versions
60
 
61
- - Transformers 4.57.0
62
  - Pytorch 2.8.0+cu126
63
  - Datasets 4.0.0
64
  - Tokenizers 0.22.1
 
18
 
19
  This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.7741
22
+ - Accuracy: 0.9535
23
 
24
  ## Model description
25
 
 
44
  - seed: 42
45
  - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
46
  - lr_scheduler_type: linear
47
+ - num_epochs: 6
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | No log | 1.0 | 313 | 3.4520 | 0.8368 |
54
+ | 6.0158 | 2.0 | 626 | 1.4572 | 0.9303 |
55
+ | 6.0158 | 3.0 | 939 | 1.0490 | 0.9461 |
56
+ | 1.1379 | 4.0 | 1252 | 0.8826 | 0.9532 |
57
+ | 0.6026 | 5.0 | 1565 | 0.7999 | 0.9535 |
58
+ | 0.6026 | 6.0 | 1878 | 0.7741 | 0.9535 |
59
 
60
 
61
  ### Framework versions
62
 
63
+ - Transformers 4.57.1
64
  - Pytorch 2.8.0+cu126
65
  - Datasets 4.0.0
66
  - Tokenizers 0.22.1