CoolFace
Modelpublic

crabz/distil-slovakbert-upos

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

distil-slovakbert-upos

This model is a fine-tuned version of crabz/distil-slovakbert on the universaldependencies sksnk dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.1207
  • —Precision: 0.9771
  • —Recall: 0.9785
  • —F1: 0.9778
  • —Accuracy: 0.9801

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: 32
  • —evalbatchsize: 32
  • —seed: 42
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —num_epochs: 10.0

Training results

Training LossEpochStepValidation LossPrecisionRecallF1Accuracy
No log1.02660.21680.95700.95540.95620.9610
0.39352.05320.14160.97230.97360.97300.9740
0.39353.07980.12360.97220.97350.97280.9747
0.06644.010640.11950.97220.97410.97320.9766
0.06645.013300.11600.97640.97720.97680.9789
0.03776.015960.11940.97630.97760.97700.9790
0.03777.018620.11880.97400.97550.97480.9777
0.0248.021280.11880.97620.97770.97690.9793
0.0249.023940.12070.97740.97890.97810.9802
0.018410.026600.12070.97710.97850.97780.9801

Framework versions

  • —Transformers 4.17.0.dev0
  • —Pytorch 1.10.0
  • —Datasets 1.16.1
  • —Tokenizers 0.11.0