CoolFace
Modelpublic

emotions-entailment/roberta-raw

sourceHugging Facemitupdated 4mo 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. -->

roberta-emotion-raw

This model is a fine-tuned version of FacebookAI/roberta-base. It achieves the following results on the evaluation set:

  • Loss: 0.3922
  • F1 Micro: 0.8552
  • F1 Macro: 0.8040
  • Precision Micro: 0.8693
  • Recall Micro: 0.8416

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

  • learning_rate: 2e-05
  • trainbatchsize: 8
  • evalbatchsize: 8
  • seed: 42
  • gradientaccumulationsteps: 3
  • totaltrainbatch_size: 24
  • optimizer: Use OptimizerNames.ADAMWTORCHFUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
  • lrschedulertype: linear
  • lrschedulerwarmup_steps: 2095
  • num_epochs: 2
  • mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepF1 MacroF1 MicroPrecision MicroRecall MicroValidation Loss
1.18981.0104790.79560.84190.84730.83670.3967
1.18912.0209580.81150.85540.86580.84540.3942

Framework versions

  • Transformers 5.10.2
  • Pytorch 2.11.0+cu128
  • Datasets 4.8.5
  • Tokenizers 0.22.2