CoolFace
Modelpublic

AnonymousCS/populism_model185

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

populism_model185

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.4873
  • —Accuracy: 0.9227
  • —1-f1: 0.2857
  • —1-recall: 0.375
  • —1-precision: 0.2308
  • —Balanced Acc: 0.6606

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

Training results

Training LossEpochStepValidation LossAccuracy1-f11-recall1-precisionBalanced Acc
0.71111.0490.52170.89690.16670.250.1250.5874
0.47352.0980.42860.93040.34150.43750.280.6946
0.32083.01470.48730.92270.28570.3750.23080.6606

Framework versions

  • —Transformers 4.49.0.dev0
  • —Pytorch 2.5.1+cu121
  • —Datasets 3.2.0
  • —Tokenizers 0.21.0