CoolFace
Modelpublic

FarhanAmin0068/bert-hinglish-shared-task

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes3downloads
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-hinglish-shared-task

This model is a fine-tuned version of sam34738/bert-hinglish on the None dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.8893
  • —Precision: 0.6678
  • —Recall: 0.6626
  • —Accuracy: 0.7581
  • —F1: 0.6651

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: 95
  • —num_epochs: 10
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossPrecisionRecallAccuracyF1
0.69331.0960.68470.54910.56420.59840.5396
0.68112.01920.62010.62210.65810.67380.6220
0.56083.02880.66820.67120.64020.76590.6509
0.45414.03840.72160.66620.63550.76300.6459
0.38685.04800.71910.64470.66980.72090.6521
0.27646.05760.88930.66780.66260.75810.6651
0.21177.06721.11780.68140.65100.77180.6619
0.1688.07681.35030.69040.62870.77770.6437
0.11179.08641.42310.66070.63430.75910.6437
0.096710.09601.48760.66210.63500.76000.6445

Framework versions

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