WillLoki/distilbert-base-uncased-lora-text-classification
04
<!-- 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-uncased-lora-text-classification
This model is a fine-tuned version of distilbert-base-uncased on the None dataset. It achieves the following results on the evaluation set:
- Loss: 0.898124
- Accuracy: {'accuracy': 0.893}
Model description
Using LoRA to fine-tune distilbert/distilbert-base-uncased to classify movie reviews
Training and evaluation data
https://huggingface.co/datasets/stanfordnlp/imdb
Training procedure
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 0.001
- trainbatchsize: 4
- evalbatchsize: 4
- seed: 42
- optimizer: Use OptimizerNames.ADAMWTORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
- lrschedulertype: linear
- num_epochs: 10
Training results
Framework versions
- PEFT 0.14.0
- Transformers 4.48.3
- Pytorch 2.5.1+cu124
- Datasets 3.3.2
- Tokenizers 0.21.0
