CoolFace
Modelpublic

QuophyDzifa/Sentiment-Analysis-Model

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes27downloads
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. -->

Sentiment-Analysis-Model

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

  • Loss: 0.6227
  • F1 Score: 0.7304

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 Score
0.74610.55000.75280.6523
0.68451.010000.64250.7132
0.57291.515000.64630.7415
0.56742.020000.62270.7304
0.412.525000.90910.7335
0.40173.030000.83040.7360
0.26913.535001.21770.7202
0.31284.040001.11970.7376
0.1974.545001.29510.7341
0.18875.050001.45080.7239
0.115.555001.54470.7203
0.14626.060001.49090.7383
0.09076.565001.48090.7332
0.0897.070001.71910.7244
0.06137.575001.77250.7294
0.06658.080001.80830.7290
0.04588.585001.82970.7346
0.03959.090001.88530.7304
0.02879.595001.96840.7273
0.020410.0100001.99190.7308

Framework versions

  • Transformers 4.33.2
  • Pytorch 2.0.1+cu118
  • Datasets 2.14.5
  • Tokenizers 0.13.3