cardiffnlp/tweet_eval
Viewer • Updated • 201k • 35.8k • 143
How to use TransferGraph/Guscode_DKbert-hatespeech-detection-finetuned-lora-tweet_eval_hate with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("Guscode/DKbert-hatespeech-detection")
model = PeftModel.from_pretrained(base_model, "TransferGraph/Guscode_DKbert-hatespeech-detection-finetuned-lora-tweet_eval_hate")This model is a fine-tuned version of Guscode/DKbert-hatespeech-detection 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.59 | None | 0 |
| 0.635 | 0.7467 | 0 |
| 0.644 | 0.6166 | 1 |
| 0.631 | 0.5986 | 2 |
| 0.648 | 0.5832 | 3 |
Base model
Guscode/DKbert-hatespeech-detection