cardiffnlp/tweet_eval
Viewer • Updated • 201k • 23.6k • 147
How to use TransferGraph/SetFit_distilbert-base-uncased__sst2__train-16-0-finetuned-lora-tweet_eval_irony with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("SetFit/distilbert-base-uncased__sst2__train-16-0")
model = PeftModel.from_pretrained(base_model, "TransferGraph/SetFit_distilbert-base-uncased__sst2__train-16-0-finetuned-lora-tweet_eval_irony")This model is a fine-tuned version of SetFit/distilbert-base-uncased__sst2__train-16-0 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.5215 | None | 0 |
| 0.5937 | 0.6758 | 0 |
| 0.6115 | 0.6295 | 1 |
| 0.6555 | 0.5843 | 2 |
| 0.6838 | 0.5587 | 3 |
| 0.6712 | 0.5388 | 4 |
| 0.6534 | 0.5176 | 5 |
| 0.6785 | 0.5086 | 6 |
| 0.6859 | 0.5013 | 7 |