cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33.6k • 144
How to use TransferGraph/joebobby_finetuning-sentiment-model-5000-samples3-finetuned-lora-tweet_eval_emotion with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("joebobby/finetuning-sentiment-model-5000-samples3")
model = PeftModel.from_pretrained(base_model, "TransferGraph/joebobby_finetuning-sentiment-model-5000-samples3-finetuned-lora-tweet_eval_emotion")This model is a fine-tuned version of joebobby/finetuning-sentiment-model-5000-samples3 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.3155 | None | 0 |
| 0.6390 | 1.0850 | 0 |
| 0.6898 | 0.9413 | 1 |
| 0.7086 | 0.8175 | 2 |
| 0.7273 | 0.7520 | 3 |