CoolFace
Modelpublic

DerivedFunction01/twitter-roberta-base-sentiment

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

twitter-roberta-base-sentiment

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

  • —Loss: 0.9462
  • —Accuracy: 0.7222
  • —Macro Precision: 0.7068
  • —Macro Recall: 0.7491
  • —Macro F1: 0.7246

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: 8
  • —evalbatchsize: 8
  • —seed: 42
  • —gradientaccumulationsteps: 2
  • —totaltrainbatch_size: 16
  • —optimizer: Use OptimizerNames.ADAMWTORCHFUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
  • —lrschedulertype: linear
  • —num_epochs: 2
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossAccuracyMacro PrecisionMacro RecallMacro F1
0.93370.266710000.83980.62730.65770.67230.6322
0.81010.533320000.75260.67800.65980.74060.6851
0.70970.830000.80750.70680.68530.75150.7081
0.55131.066740000.83100.71130.70070.73160.7135
0.43681.333350000.90000.71540.70010.74870.7192
0.40841.660000.90420.71540.70350.74130.7194
0.34811.866770000.98680.72460.71210.74410.7255
0.36932.075000.94620.72220.70680.74910.7246

Framework versions

  • —Transformers 5.9.0
  • —Pytorch 2.11.0+cu128
  • —Datasets 4.8.5
  • —Tokenizers 0.22.2