CoolFace
Modelpublic

HerbertAIHug/Finetuned-Roberta-Base-Sentiment-identifier

sourceHugging Facemitupdated 3y agoView on Hugging Face
0likes7downloads
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. -->

Finetuned-Roberta-Base-Sentiment-identifier

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

  • —Loss: 0.7332
  • —F1: 0.6622

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

Training results

Training LossEpochStepValidation LossF1
0.85450.55000.82510.6428
0.79521.010000.78310.6445
0.79621.515000.79350.6495
0.76692.0120000.75440.6520
0.74682.5125000.76140.6724
0.763.0130000.73320.6622
0.73523.5135000.86510.6036
0.74544.0140000.74200.6584
0.73024.5145000.76520.6573
0.70995.0250000.73720.6697
0.735.5255000.78060.6654
0.72656.0260000.74760.6656
0.70926.5265000.76320.6535
0.73227.0270000.80170.6126
0.71687.5275000.80460.6711
0.72798.0280000.77340.6652
0.68848.5385000.78060.6662
0.69429.0390000.77900.6670
0.68659.5395000.78350.6650

Framework versions

  • —Transformers 4.33.1
  • —Pytorch 2.0.1+cu118
  • —Datasets 2.14.5
  • —Tokenizers 0.13.3