cardiffnlp/tweet_eval
Viewer • Updated • 201k • 29.9k • 146
How to use TransferGraph/elozano_tweet_offensive_eval-finetuned-lora-tweet_eval_irony with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("elozano/tweet_offensive_eval")
model = PeftModel.from_pretrained(base_model, "TransferGraph/elozano_tweet_offensive_eval-finetuned-lora-tweet_eval_irony")This model is a fine-tuned version of elozano/tweet_offensive_eval 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.5351 | None | 0 |
| 0.5225 | 0.7180 | 0 |
| 0.4901 | 0.7075 | 1 |
| 0.5016 | 0.6973 | 2 |
| 0.4806 | 0.6974 | 3 |
| 0.5026 | 0.6944 | 4 |
| 0.5382 | 0.6899 | 5 |
| 0.5529 | 0.6818 | 6 |
| 0.5581 | 0.6774 | 7 |
Base model
elozano/tweet_offensive_eval