arnabdhar/distilbert-base-amazon-multi
034
<!-- 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
Framework versions
- Transformers 4.35.2
- Pytorch 2.1.0+cu118
- Datasets 2.15.0
- Tokenizers 0.15.0
