cardiffnlp/tweet_eval
Viewer • Updated • 201k • 27.4k • 147
How to use TransferGraph/joebobby_finetuning-sentiment-model-5000-samples3-finetuned-lora-tweet_eval_irony 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_irony")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.4995 | None | 0 |
| 0.6199 | 0.6846 | 0 |
| 0.6157 | 0.6508 | 1 |
| 0.6283 | 0.6247 | 2 |
| 0.6513 | 0.6050 | 3 |
| 0.6702 | 0.5891 | 4 |
| 0.6649 | 0.5709 | 5 |
| 0.6628 | 0.5559 | 6 |
| 0.6733 | 0.5535 | 7 |