CoolFace
Modelpublic

viktor-shcherb/sberbank-rubert-base-collection3

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
5likes896downloads
Model Card

<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. -->

sberbank-rubert-base-collection3

This model is a fine-tuned version of sberbank-ai/ruBert-base on the collection3 dataset. It achieves the following results on the validation set:

  • Loss: 0.0772
  • Precision: 0.9380
  • Recall: 0.9594
  • F1: 0.9486
  • Accuracy: 0.9860

Model description

More information needed

Intended uses & limitations

More information needed

Training and evaluation data

More information needed

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

  • learning_rate: 5e-05
  • trainbatchsize: 4
  • evalbatchsize: 8
  • seed: 42
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: cosine
  • lrschedulerwarmup_steps: 0.1
  • num_epochs: 5

Training results

Training LossEpochStepValidation LossPrecisionRecallF1Accuracy
0.08991.023260.07600.90400.93300.91820.9787
0.05222.046520.06800.93300.93390.93350.9821
0.02593.069780.07450.93080.95120.94090.9838
0.01144.093040.07310.93720.95730.94710.9857
0.00275.0116300.07720.93800.95940.94860.9860

Framework versions

  • Transformers 4.26.1
  • Pytorch 1.7.0
  • Datasets 2.10.1
  • Tokenizers 0.13.2