cardiffnlp/tweet_eval
Viewer • Updated • 201k • 39.8k • 144
How to use TransferGraph/distilbert-base-uncased-finetuned-lora-tweet_eval_hate with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("distilbert-base-uncased")
model = PeftModel.from_pretrained(base_model, "TransferGraph/distilbert-base-uncased-finetuned-lora-tweet_eval_hate")This model is a fine-tuned version of distilbert-base-uncased 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.428 | None | 0 |
| 0.73 | 0.5293 | 0 |
| 0.731 | 0.4620 | 1 |
| 0.743 | 0.4276 | 2 |
| 0.75 | 0.4101 | 3 |
Base model
distilbert/distilbert-base-uncased