CoolFace
Modelpublic

death-gr1ps/rubert-finetuned-ner

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes6downloads
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. -->

rubert-finetuned-ner

This model is a fine-tuned version of DeepPavlov/rubert-base-cased on an unknown dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.1535
  • —Precision: 0.8883
  • —Recall: 0.9057
  • —F1: 0.8969
  • —Accuracy: 0.9581

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: 0.0001
  • —trainbatchsize: 16
  • —evalbatchsize: 64
  • —seed: 42
  • —optimizer: Use OptimizerNames.ADAMWTORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • —lrschedulertype: cosine
  • —lrschedulerwarmup_ratio: 0.05
  • —num_epochs: 2

Training results

Training LossEpochStepValidation LossPrecisionRecallF1Accuracy
0.14480.56250.22350.83130.86060.84570.9392
0.13051.012500.18210.82350.88350.85240.9462
0.08131.518750.16900.88080.90050.89060.9569
0.04972.025000.15350.88830.90570.89690.9581

Framework versions

  • —Transformers 4.53.0
  • —Pytorch 2.6.0+cu124
  • —Datasets 3.6.0
  • —Tokenizers 0.21.2