CoolFace
Modelpublic

jayanta/distilbert-base-uncased-sentiment-finetuned-memes

sourceHugging Faceapache-2.0updated 4y 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. -->

distilbert-base-uncased-sentiment-finetuned-memes

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

  • —Loss: 1.1824
  • —Accuracy: 0.8270
  • —Precision: 0.8270
  • —Recall: 0.8270
  • —F1: 0.8270

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: 2e-05
  • —trainbatchsize: 4
  • —evalbatchsize: 4
  • —seed: 42
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —num_epochs: 8

Training results

Training LossEpochStepValidation LossAccuracyPrecisionRecallF1
0.52241.042930.53210.77200.80840.77200.7721
0.43862.085860.49300.79610.79800.79610.7967
0.37223.0128790.76520.79250.79550.79250.7932
0.32484.0171720.98270.80450.80470.80450.8023
0.3085.0214650.95180.82440.82600.82440.8249
0.29066.0257581.09710.81550.81660.81550.8159
0.20367.0300511.14570.82600.82710.82600.8264
0.17478.0343441.18240.82700.82700.82700.8270

Framework versions

  • —Transformers 4.22.1
  • —Pytorch 1.12.1+cu113
  • —Datasets 2.4.0
  • —Tokenizers 0.12.1