ivanbalaksha commited on
Commit
ce8a8b3
·
verified ·
1 Parent(s): 5c6a90b

End of training

Browse files
Files changed (1) hide show
  1. README.md +7 -9
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- library_name: peft
3
  license: apache-2.0
4
  base_model: deepvk/RuModernBERT-base
5
  tags:
@@ -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.2676
23
- - Accuracy: 0.8820
24
- - F1: 0.8440
25
 
26
  ## Model description
27
 
@@ -47,20 +47,18 @@ The following hyperparameters were used during training:
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
- - mixed_precision_training: Native AMP
51
 
52
  ### Training results
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
55
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
56
- | 0.3165 | 1.0 | 888 | 0.2819 | 0.8775 | 0.8310 |
57
- | 0.2763 | 2.0 | 1776 | 0.2676 | 0.8820 | 0.8440 |
58
 
59
 
60
  ### Framework versions
61
 
62
- - PEFT 0.15.2
63
  - Transformers 4.53.0
64
  - Pytorch 2.7.1+cu126
65
  - Datasets 3.6.0
66
- - Tokenizers 0.21.2
 
1
  ---
2
+ library_name: transformers
3
  license: apache-2.0
4
  base_model: deepvk/RuModernBERT-base
5
  tags:
 
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.0141
23
+ - Accuracy: 0.9966
24
+ - F1: 0.9966
25
 
26
  ## Model description
27
 
 
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.0244 | 1.0 | 715 | 0.0143 | 0.9959 | 0.9959 |
56
+ | 0.0068 | 2.0 | 1430 | 0.0141 | 0.9966 | 0.9966 |
57
 
58
 
59
  ### Framework versions
60
 
 
61
  - Transformers 4.53.0
62
  - Pytorch 2.7.1+cu126
63
  - Datasets 3.6.0
64
+ - Tokenizers 0.21.2