CoolFace
Modelpublic

Bmalmotairy/arabert-fully-supervised-arabic-propaganda

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes20downloads
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. -->

arabert-fully-supervised-arabic-propaganda

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

  • Loss: 0.4417
  • Accuracy: 0.9167
  • Precision: 0.5577
  • Recall: 0.7073
  • F1: 0.6237

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: 64
  • evalbatchsize: 64
  • seed: 42
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • lrschedulerwarmup_ratio: 0.2
  • num_epochs: 5

Training results

Training LossEpochStepValidation LossAccuracyPrecisionRecallF1
0.52491.0200.49330.77140.29010.92680.4419
0.3032.0400.34900.85710.39330.85370.5385
0.15523.0600.38300.90480.50850.73170.6
0.14114.0800.42150.91430.54550.73170.6250
0.13595.01000.44170.91670.55770.70730.6237

Framework versions

  • Transformers 4.35.0
  • Pytorch 2.1.0+cu121
  • Datasets 2.14.6
  • Tokenizers 0.14.1