CoolFace
Modelpublic

AnonymousCS/populism_model199

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_model199

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.9442
  • —Accuracy: 0.9624
  • —1-f1: 0.4444
  • —1-recall: 0.32
  • —1-precision: 0.7273
  • —Balanced Acc: 0.6570

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.50751.0670.35760.93420.46150.60.3750.7753
0.16152.01340.79960.96430.48650.360.750.6770
0.0623.02010.94420.96240.44440.320.72730.6570

Framework versions

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