cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33.6k • 144
How to use TransferGraph/elozano_tweet_offensive_eval-finetuned-lora-tweet_eval_emotion 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_emotion")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.2246 | None | 0 |
| 0.5 | 1.2225 | 0 |
| 0.5241 | 1.1888 | 1 |
| 0.5241 | 1.1651 | 2 |
| 0.5401 | 1.1502 | 3 |
Base model
elozano/tweet_offensive_eval