ivanbalaksha commited on
Commit
a2a4b27
·
verified ·
1 Parent(s): 7bce900

End of training

Browse files
Files changed (1) hide show
  1. README.md +6 -6
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.0226
23
- - Accuracy: 0.9957
24
- - F1: 0.9957
25
 
26
  ## Model description
27
 
@@ -40,7 +40,7 @@ More information needed
40
  ### Training hyperparameters
41
 
42
  The following hyperparameters were used during training:
43
- - learning_rate: 5e-05
44
  - train_batch_size: 512
45
  - eval_batch_size: 512
46
  - seed: 42
@@ -52,8 +52,8 @@ The following hyperparameters were used during training:
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
55
- | 0.0094 | 1.0 | 570 | 0.0187 | 0.9954 | 0.9953 |
56
- | 0.0022 | 2.0 | 1140 | 0.0226 | 0.9957 | 0.9957 |
57
 
58
 
59
  ### 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.0144
23
+ - Accuracy: 0.9962
24
+ - F1: 0.9962
25
 
26
  ## Model description
27
 
 
40
  ### Training hyperparameters
41
 
42
  The following hyperparameters were used during training:
43
+ - learning_rate: 2e-05
44
  - train_batch_size: 512
45
  - eval_batch_size: 512
46
  - seed: 42
 
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
55
+ | 0.022 | 1.0 | 572 | 0.0149 | 0.9957 | 0.9956 |
56
+ | 0.0075 | 2.0 | 1144 | 0.0144 | 0.9962 | 0.9962 |
57
 
58
 
59
  ### Framework versions