cardiffnlp/tweet_eval
Viewer • Updated • 201k • 23.6k • 147
How to use TransferGraph/heranm_finetuning-sentiment-model-3000-samples-finetuned-lora-tweet_eval_irony with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("heranm/finetuning-sentiment-model-3000-samples")
model = PeftModel.from_pretrained(base_model, "TransferGraph/heranm_finetuning-sentiment-model-3000-samples-finetuned-lora-tweet_eval_irony")This model is a fine-tuned version of heranm/finetuning-sentiment-model-3000-samples on the tweet_eval dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| accuracy | train_loss | epoch |
|---|---|---|
| 0.5770 | None | 0 |
| 0.6356 | 0.6602 | 0 |
| 0.6356 | 0.6194 | 1 |
| 0.6597 | 0.5749 | 2 |
| 0.6733 | 0.5500 | 3 |
| 0.6712 | 0.5298 | 4 |
| 0.6649 | 0.5056 | 5 |
| 0.6712 | 0.4910 | 6 |
| 0.6702 | 0.4802 | 7 |