CoolFace
Modelpublic

avinasht/FIRE-twitter-xlm

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes5downloads
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. -->

FIRE-twitter-xlm

This model is a fine-tuned version of cardiffnlp/twitter-xlm-roberta-base-sentiment on an unknown dataset. It achieves the following results on the evaluation set:

  • Loss: 0.5048
  • Accuracy: 0.9160
  • F1: 0.9159
  • Precision: 0.9160
  • Recall: 0.9160

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: 5e-05
  • trainbatchsize: 1
  • evalbatchsize: 1
  • seed: 42
  • optimizer: Use adamwtorch with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • lrschedulertype: linear
  • lrschedulerwarmup_steps: 500
  • num_epochs: 4

Training results

Training LossEpochStepValidation LossAccuracyF1PrecisionRecall
0.06811.023290.77780.88340.88270.88890.8834
1.56842.046580.44110.91420.91420.91530.9142
0.59733.069871.04810.80270.79350.85740.8027
0.80344.093160.50480.91600.91590.91600.9160

Framework versions

  • Transformers 4.52.3
  • Pytorch 2.7.0+cu126
  • Datasets 3.6.0
  • Tokenizers 0.21.1