CoolFace
Modelpublic

ramesh070/mbert-hatespeechdetection-telugu

sourceHugging Faceapache-2.0updated 10mo 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. -->

mbert-hatespeechdetection-telugu

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

  • —Loss: 0.4645
  • —Accuracy: 0.9286
  • —F1: 0.9459

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 OptimizerNames.ADAMWTORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • —lrschedulertype: linear
  • —num_epochs: 20

Training results

Training LossEpochStepValidation LossAccuracyF1
0.61031.0140.50450.64290.7826
0.52282.0280.41610.76790.8354
0.44833.0420.37460.83930.8571
0.43124.0560.37930.78570.8
0.35725.0700.34430.85710.8824
0.26756.0840.26860.8750.8923
0.23557.0980.32590.83930.8571
0.16278.01120.22040.8750.8986
0.11519.01260.26480.89290.9091
0.112610.01400.36400.83930.8657
0.025711.01540.27200.91070.9333
0.006512.01680.43030.89290.9211
0.030313.01820.41080.92860.9459
0.001614.01960.49240.91070.9333
0.012615.02100.46520.91070.9315
0.004716.02240.48270.91070.9315
0.000917.02380.46140.92860.9459
0.000818.02520.46130.92860.9459
0.000719.02660.46340.92860.9459
0.000720.02800.46450.92860.9459

Framework versions

  • —Transformers 4.53.3
  • —Pytorch 2.9.1+cu128
  • —Datasets 4.4.1
  • —Tokenizers 0.21.2