CoolFace
Modelpublic

AnonymousCS/populism_classifier_382

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

populismclassifier382

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

  • Loss: 0.5304
  • Accuracy: 0.9784
  • 1-f1: 0.7805
  • 1-recall: 0.7273
  • 1-precision: 0.8421
  • Balanced Acc: 0.8598

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 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.0471.0260.10820.95670.70971.00.550.9772
0.04922.0520.16310.97840.80850.86360.760.9242
0.26623.0780.27160.98320.83720.81820.85710.9053
0.00214.01040.53040.97840.78050.72730.84210.8598

Framework versions

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