CoolFace
Modelpublic

gregorgabrovsek/SloBertAA_Top100_WithOOC_082023_MultilingualBertBase

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes12downloads
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. -->

SloBertAATop100WithOOC082023MultilingualBertBase

This model is a fine-tuned version of bert-base-multilingual-uncased on an unknown dataset. It achieves the following results on the evaluation set:

  • Loss: 1.8608
  • Accuracy: 0.6898
  • F1: 0.6904
  • Precision: 0.6936
  • Recall: 0.6898

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: 2e-05
  • trainbatchsize: 12
  • evalbatchsize: 12
  • seed: 42
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • num_epochs: 10

Training results

Training LossEpochStepValidation LossAccuracyF1PrecisionRecall
1.73131.0451221.68260.57730.57660.59970.5773
1.41172.0902441.44190.63410.63450.65290.6341
1.15733.01353661.35090.66140.66200.67330.6614
0.91474.01804881.35830.66950.66990.68170.6695
0.74525.02256101.38810.67970.68000.68870.6797
0.53936.02707321.46500.68280.68350.68970.6828
0.42077.03158541.57700.68390.68400.69050.6839
0.29858.03609761.68130.68690.68770.69210.6869
0.20299.04060981.79770.68820.68860.69230.6882
0.154610.04512201.86080.68980.69040.69360.6898

Framework versions

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