CoolFace
Modelpublic

youssefhl/distilbert-imdb-sentiment

sourceHugging Faceapache-2.0updated 11d agoView on Hugging Face
0likes43downloads
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-imdb-sentiment

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.3600
  • —Accuracy: 0.878
  • —F1: 0.8770

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: 16
  • —evalbatchsize: 16
  • —seed: 42
  • —optimizer: Use OptimizerNames.ADAMWTORCHFUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
  • —lrschedulertype: linear
  • —num_epochs: 3

Training results

Training LossEpochStepValidation LossAccuracyF1
0.30371.01250.33930.8530.8571
0.26322.02500.34330.8660.8686
0.13843.03750.36000.8780.8770

Framework versions

  • —Transformers 5.17.0
  • —Pytorch 2.14.0
  • —Datasets 5.0.1
  • —Tokenizers 0.23.2