CoolFace
Modelpublic

FarhanAmin0068/distilbert-base-multilingual-shared-task

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

distilbert-base-multilingual-shared-task

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

  • —Loss: 0.6391
  • —Precision: 0.7004
  • —Recall: 0.7079
  • —Accuracy: 0.7786
  • —F1: 0.7039

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.69461.0960.68380.56090.55540.68950.5573
0.66542.01920.63420.62540.66640.57980.5663
0.53343.02880.57520.67980.70060.75710.6878
0.44914.03840.63910.70040.70790.77860.7039
0.3715.04800.74570.67740.66290.76690.6691
0.27516.05760.76890.65860.67580.74050.6652
0.20057.06721.18990.72650.63900.79330.6582
0.14628.07681.11590.68760.65500.77570.6666
0.10849.08641.10290.68090.68720.76400.6838
0.104610.09601.21530.67800.66080.76790.6680

Framework versions

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