cardiffnlp/tweet_eval
Viewer • Updated • 201k • 36.6k • 143
How to use TransferGraph/distilbert-base-uncased-finetuned-lora-tweet_eval_irony 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_irony")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.4775 | None | 0 |
| 0.6105 | 0.6674 | 0 |
| 0.6230 | 0.6207 | 1 |
| 0.6712 | 0.5747 | 2 |
| 0.6921 | 0.5503 | 3 |
| 0.6754 | 0.5273 | 4 |
| 0.6440 | 0.5159 | 5 |
| 0.6754 | 0.4948 | 6 |
| 0.6764 | 0.4880 | 7 |
Base model
distilbert/distilbert-base-uncased