CoolFace
Modelpublic

Maximofn/GPT2-small-QLoRA-finetuned-amazon-reviews-en-classification

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes9downloads
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. -->

GPT2-small-QLoRA-finetuned-amazon-reviews-en-classification

This model is a fine-tuned version of openai-community/gpt2 on mteb/amazon_reviews_multi dataset.

It is the result of the post QLoRA

It achieves the following results on the evaluation set:

  • —Loss: 0.8883
  • —Accuracy: 0.615

Model description

This model provides classification of reviews in english

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: 224
  • —evalbatchsize: 224
  • —seed: 42
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: cosine
  • —lrschedulerwarmup_ratio: 0.1
  • —num_epochs: 3
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossAccuracy
2.0881.08930.97800.5848
0.95882.017860.89400.6156
0.91473.026790.89180.6168

Framework versions

  • —PEFT 0.12.0
  • —Transformers 4.43.3
  • —Pytorch 2.3.1+cu121
  • —Datasets 2.20.0
  • —Tokenizers 0.19.1