cardiffnlp/tweet_eval
Viewer • Updated • 201k • 40.3k • 144
How to use TransferGraph/elozano_tweet_offensive_eval-finetuned-lora-tweet_eval_hate 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_hate")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.567 | None | 0 |
| 0.59 | 0.6251 | 0 |
| 0.607 | 0.5914 | 1 |
| 0.619 | 0.5762 | 2 |
| 0.619 | 0.5700 | 3 |
Base model
elozano/tweet_offensive_eval