CoolFace
Modelpublic

OwLim/indonesian-roberta-hate-speech-detection

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes6downloads
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. -->

indonesian-roberta-hate-speech-detection

This model is a fine-tuned version of flax-community/indonesian-roberta-base on the None dataset. It achieves the following results on the evaluation set:

  • Loss: 0.4118
  • Accuracy: 0.826
  • Auc: 0.903
  • Precision: 0.8257
  • Recall: 0.8257
  • F1: 0.8256

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: 1e-05
  • trainbatchsize: 64
  • evalbatchsize: 64
  • seed: 42
  • optimizer: Use OptimizerNames.ADAMWTORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • lrschedulertype: linear
  • lrschedulerwarmup_steps: 500
  • num_epochs: 20

Training results

Training LossEpochStepValidation LossAccuracyAucPrecisionRecallF1
0.66531.01880.55150.7240.7980.72430.72370.7238
0.51312.03760.45780.7830.8750.78740.78300.7815
0.43073.05640.44180.7950.9040.81370.79490.7928
0.36684.07520.38040.8350.9160.83540.83490.8349
0.29915.09400.44640.820.9180.83450.82020.8190
0.24676.011280.43500.8380.9260.84820.83820.8375
0.20647.013160.42840.8440.930.85150.84420.8438
0.16028.015040.45450.8510.9280.85200.85090.8509
0.14769.016920.48320.8480.9330.85450.84820.8479
0.11710.018800.46320.8550.9320.85490.85490.8549
0.092511.020680.55010.860.9330.86170.86020.8602
0.081112.022560.60970.8490.9330.85280.84890.8487
0.070213.024440.65680.850.9330.85250.84950.8494
0.058814.026320.70920.8440.930.84840.84420.8440
0.057215.028200.70120.8550.9330.85750.85490.8548
0.04716.030080.75490.8510.9330.85450.85090.8507
0.043317.031960.77540.8560.9320.85930.85620.8561
0.04418.033840.78680.850.9320.85480.85020.8500
0.040819.035720.78900.8550.9320.85890.85490.8547
0.041220.037600.78700.8550.9320.85890.85490.8547

Framework versions

  • Transformers 4.52.3
  • Pytorch 2.6.0+cu124
  • Datasets 3.6.0
  • Tokenizers 0.21.1