CoolFace
Modelpublic

arian-novo-111/bert-base-multilingual-uncased-thesis_arian

sourceHugging Faceapache-2.0updated 2y 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. -->

bert-base-multilingual-uncased-thesis_arian

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

  • —Loss: 0.1946
  • —Accuracy: 0.9677
  • —Macro f1 score: 0.9677

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: 8

Training results

Training LossEpochStepValidation LossAccuracyMacro f1 score
0.2161.01020.26490.90970.9094
0.12462.02040.13640.93980.9398
0.08883.03060.16340.94620.9462
0.05224.04080.15500.96560.9656
0.02275.05100.20730.95910.9591
0.00656.06120.21400.96770.9677
0.00287.07140.20050.96560.9656
0.00178.08160.19460.96770.9677

Framework versions

  • —Transformers 4.38.2
  • —Pytorch 2.2.1+cu121
  • —Datasets 2.19.0
  • —Tokenizers 0.15.2