CoolFace
Modelpublic

Tommert25/multibert_dataaugmentation

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

multibert_dataaugmentation

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: 0.7138
  • Precisions: 0.8609
  • Recall: 0.8356
  • F-measure: 0.8464
  • Accuracy: 0.8989

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

Training results

Training LossEpochStepValidation LossPrecisionsRecallF-measureAccuracy
0.57751.02850.48270.78470.70400.73400.8509
0.26232.05700.58290.80350.73590.75910.8613
0.15033.08550.56090.79460.80830.79170.8804
0.0884.011400.54810.84060.79970.81700.8860
0.05925.014250.63590.82070.82100.81200.8828
0.04146.017100.65890.83130.81710.81980.8843
0.02717.019950.71170.86890.78820.82160.8936
0.01798.022800.71380.86090.83560.84640.8989
0.01219.025650.72890.84560.81280.82780.8946
0.008110.028500.76030.83440.82230.82780.8956
0.005811.031350.81260.85760.81070.83220.8942
0.004112.034200.80040.85820.82670.84150.8955
0.003113.037050.79360.85990.82750.84260.8961
0.002814.039900.80760.86020.82260.84010.8966

Framework versions

  • Transformers 4.34.0
  • Pytorch 2.0.1+cu118
  • Datasets 2.14.5
  • Tokenizers 0.14.1