CoolFace
Modelpublic

usyk/distilbert_sharetask-finetuned_on_codemixed

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

distilbertsharetask-finetunedon_codemixed

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: 1.4642
  • F1: 0.7804
  • Precision: 0.7858
  • Recall: 0.7765

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: 8
  • evalbatchsize: 8
  • 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: 500
  • num_epochs: 10
  • mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossF1PrecisionRecall
0.70451.06890.67640.58460.59030.5837
0.61842.013780.67110.52260.63520.6017
0.33883.020670.69060.71170.74030.7041
0.29454.027561.01590.72160.72230.7346
0.03865.034451.23260.76020.76270.7582
0.10296.041341.32440.76630.76630.7663
0.01627.048231.46420.78040.78580.7765
0.00038.055121.66290.75080.75020.7514
0.0789.062011.71050.76770.76620.7694
0.055510.068901.75010.76240.76220.7626

Framework versions

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