CoolFace
Modelpublic

Junr-syl/tweet_sentiments_analysis_distilbert-base-uncased

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

tweetsentimentsanalysis_distilbert-base-uncased

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: 1.1715
  • —F1: 0.7180

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: 7

Training results

Training LossEpochStepValidation LossF1
0.75421.010000.74290.6630
0.72642.020000.72140.6782
0.63763.030000.66100.7171
0.51964.040000.75780.7291
0.43445.050000.86700.7248
0.33426.060001.05220.7223
0.28417.070001.17150.7180

Framework versions

  • —Transformers 4.31.0
  • —Pytorch 2.0.1+cu118
  • —Datasets 2.13.1
  • —Tokenizers 0.13.3