CoolFace
Modelpublic

FarhanAmin0068/mbert-shared-task

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

mbert-shared-task

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

  • —Loss: 0.5703
  • —Precision: 0.7026
  • —Recall: 0.7092
  • —Accuracy: 0.7806
  • —F1: 0.7057

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: 32
  • —evalbatchsize: 32
  • —seed: 42
  • —optimizer: Use adamwtorch with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 286
  • —num_epochs: 10
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossPrecisionRecallAccuracyF1
0.69721.0960.67930.56090.55900.40450.4044
0.62982.01920.66730.61600.63960.51420.5105
0.52523.02880.57030.70260.70920.78060.7057
0.44834.03840.62990.70200.68490.78350.6923
0.37925.04800.80070.66690.68660.74630.6744
0.27246.05760.74520.67550.68400.75910.6794
0.19497.06721.10970.67410.66720.76300.6705
0.14188.07681.21510.67110.67020.75910.6706
0.1099.08641.42510.66550.66910.75320.6672
0.096210.09601.57930.67100.66320.76100.6668

Framework versions

  • —Transformers 4.47.0
  • —Pytorch 2.5.1+cu121
  • —Datasets 3.3.1
  • —Tokenizers 0.21.0