CoolFace
Modelpublic

IsaacZhy/roberta-large-goemotions

sourceHugging Facemitupdated 4y agoView on Hugging Face
2likes19downloads
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. -->

pretrained_model

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

  • Loss: 0.0568
  • F1: 0.5868
  • Roc Auc: 0.7616
  • Accuracy: 0.4821

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: 64
  • evalbatchsize: 64
  • seed: 42
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • num_epochs: 10

Training results

Training LossEpochStepValidation LossF1Roc AucAccuracy
0.12051.06790.08650.56320.73470.4458
0.08592.013580.08290.57170.73780.4521
0.07273.020370.08270.58970.75230.4753
0.06294.027160.08570.58080.75350.4652
0.05685.033950.09040.58680.76160.4821
0.04236.040740.09890.58060.76820.4724
0.03447.047530.10790.57360.76570.4650
0.02968.054320.11580.56370.76490.4504
0.02069.061110.12000.56740.76890.4486
0.017710.067900.12400.57280.77370.4547

Framework versions

  • Transformers 4.26.0
  • Pytorch 1.13.1+cu116
  • Datasets 2.9.0
  • Tokenizers 0.13.2