cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33.6k • 144
How to use TransferGraph/AnonymousSub_dummy_2-finetuned-lora-tweet_eval_irony with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("AnonymousSub/dummy_2")
model = PeftModel.from_pretrained(base_model, "TransferGraph/AnonymousSub_dummy_2-finetuned-lora-tweet_eval_irony")This model is a fine-tuned version of AnonymousSub/dummy_2 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.5225 | None | 0 |
| 0.5414 | 0.7005 | 0 |
| 0.6136 | 0.6755 | 1 |
| 0.6021 | 0.6490 | 2 |
| 0.6 | 0.6360 | 3 |
| 0.6084 | 0.6260 | 4 |
| 0.5927 | 0.6193 | 5 |
| 0.6010 | 0.6122 | 6 |
| 0.6157 | 0.6061 | 7 |
Base model
AnonymousSub/dummy_2