cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33.6k • 144
How to use TransferGraph/IMSyPP_hate_speech_nl-finetuned-lora-tweet_eval_irony with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("IMSyPP/hate_speech_nl")
model = PeftModel.from_pretrained(base_model, "TransferGraph/IMSyPP_hate_speech_nl-finetuned-lora-tweet_eval_irony")This model is a fine-tuned version of IMSyPP/hate_speech_nl 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.4932 | None | 0 |
| 0.5267 | 0.7042 | 0 |
| 0.5298 | 0.7063 | 1 |
| 0.5225 | 0.6893 | 2 |
| 0.5309 | 0.6735 | 3 |
| 0.5675 | 0.6573 | 4 |
| 0.5707 | 0.6522 | 5 |
| 0.5717 | 0.6408 | 6 |
| 0.5770 | 0.6344 | 7 |
Base model
IMSyPP/hate_speech_nl