CoolFace
Modelpublic

PHILIPPUNI/distilbert-amazon-software-reviews-finetuned

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

results

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

  • Loss: 2.2385
  • Accuracy: 0.6475
  • F1 Score: 0.5149
  • Precision Score: 0.5166
  • Recall Score: 0.5186

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: 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 LossAccuracyF1 ScorePrecision ScoreRecall Score
0.89081.010000.85500.67750.41350.53080.4387
0.72222.020000.85260.680.48920.51390.4846
0.58983.030000.97060.6590.50170.50500.4995
0.43644.040001.09460.6690.51430.52310.5074
0.29255.050001.50190.63850.51900.52750.5281
0.23786.060001.67850.6390.50950.52040.5122
0.17157.070001.88470.65350.51560.51630.5189
0.11778.080002.12490.64250.52320.52510.5309
0.09689.090002.15720.6590.52260.52200.5288
0.055510.0100002.23850.64750.51490.51660.5186

Framework versions

  • Transformers 4.35.2
  • Pytorch 2.1.0+cu121
  • Datasets 2.16.1
  • Tokenizers 0.15.0