cardiffnlp/tweet_eval
Viewer • Updated • 201k • 27.4k • 147
How to use TransferGraph/markt23917_finetuning-sentiment-model-3000-samples-finetuned-lora-tweet_eval_emotion with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("markt23917/finetuning-sentiment-model-3000-samples")
model = PeftModel.from_pretrained(base_model, "TransferGraph/markt23917_finetuning-sentiment-model-3000-samples-finetuned-lora-tweet_eval_emotion")This model is a fine-tuned version of markt23917/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.2299 | None | 0 |
| 0.6979 | 0.8761 | 0 |
| 0.7487 | 0.6605 | 1 |
| 0.7353 | 0.6087 | 2 |
| 0.7299 | 0.5795 | 3 |