CoolFace
Modelpublic

AnonymousCS/populism_classifier_bsample_326

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

populismclassifierbsample_326

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

  • —Loss: 0.3846
  • —Accuracy: 0.9142
  • —1-f1: 0.3602
  • —1-recall: 0.9038
  • —1-precision: 0.2249
  • —Balanced Acc: 0.9092

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

Training results

Training LossEpochStepValidation LossAccuracy1-f11-recall1-precisionBalanced Acc
0.12231.0190.38280.92810.40170.90380.25820.9163
0.03682.0380.34910.91880.3680.88460.23230.9022
0.00843.0570.44930.90290.33680.92310.20600.9127
0.00344.0760.38460.91420.36020.90380.22490.9092

Framework versions

  • —Transformers 4.46.3
  • —Pytorch 2.4.1+cu121
  • —Datasets 3.1.0
  • —Tokenizers 0.20.3