ivanbalaksha commited on
Commit
13caa35
·
verified ·
1 Parent(s): 7326908

End of training

Browse files
Files changed (1) hide show
  1. README.md +8 -9
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 [deepvk/RuModernBERT-base](https://huggingface.co/deepvk/RuModernBERT-base) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.0249
23
- - Accuracy: 0.9924
24
- - F1: 0.9923
25
 
26
  ## Model description
27
 
@@ -41,20 +41,19 @@ More information needed
41
 
42
  The following hyperparameters were used during training:
43
  - learning_rate: 2e-05
44
- - train_batch_size: 900
45
- - eval_batch_size: 900
46
  - seed: 42
47
  - optimizer: Use OptimizerNames.ADAMW_TORCH 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: 3
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
55
- | 0.0472 | 1.0 | 407 | 0.0277 | 0.9914 | 0.9913 |
56
- | 0.0255 | 2.0 | 814 | 0.0250 | 0.9923 | 0.9922 |
57
- | 0.0239 | 3.0 | 1221 | 0.0249 | 0.9924 | 0.9923 |
58
 
59
 
60
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [deepvk/RuModernBERT-base](https://huggingface.co/deepvk/RuModernBERT-base) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.0236
23
+ - Accuracy: 0.9933
24
+ - F1: 0.9932
25
 
26
  ## Model description
27
 
 
41
 
42
  The following hyperparameters were used during training:
43
  - learning_rate: 2e-05
44
+ - train_batch_size: 750
45
+ - eval_batch_size: 750
46
  - seed: 42
47
  - optimizer: Use OptimizerNames.ADAMW_TORCH 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: 2
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
55
+ | 0.0408 | 1.0 | 514 | 0.0242 | 0.9929 | 0.9929 |
56
+ | 0.0243 | 2.0 | 1028 | 0.0236 | 0.9933 | 0.9932 |
 
57
 
58
 
59
  ### Framework versions