CoolFace
Modelpublic

arnabdhar/distilbert-base-amazon-multi

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes34downloads
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-amazon-multi

This model is a fine-tuned version of distilbert-base-multilingual-cased on the mteb/amazonreviewsmulti dataset. It achieves the following results on the evaluation set:

  • Loss: 0.9292
  • Accuracy: 0.6055
  • Matthews Correlation: 0.5072

Training procedure

This model was fine tuned on Google Colab using a single NVIDIA V100 GPU with 16GB of VRAM. It took around 13 hours to finish the finetuning of 10_000 steps.

Training hyperparameters

The following hyperparameters were used during training:

  • learning_rate: 5e-05
  • trainbatchsize: 32
  • evalbatchsize: 320
  • seed: 42
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: cosine
  • lrschedulerwarmup_ratio: 0.1
  • training_steps: 100000

Training results

Training LossEpochStepValidation LossAccuracyMatthews Correlation
1.00080.26100001.00270.56160.4520
0.95450.51200000.97050.58100.4788
0.92160.77300000.94150.58830.4868
0.87651.03400000.94950.58910.4871
0.88371.28500000.92540.59920.4997
0.87531.54600000.91990.60140.5029
0.85721.8700000.91080.60900.5117
0.78512.05800000.92760.60520.5066
0.79182.31900000.92920.60550.5072
0.7932.571000000.92880.60640.5084

Framework versions

  • Transformers 4.35.2
  • Pytorch 2.1.0+cu118
  • Datasets 2.15.0
  • Tokenizers 0.15.0