cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33.6k • 144
How to use TransferGraph/SetFit_distilbert-base-uncased__sst2__train-32-9-finetuned-lora-tweet_eval_hate with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("SetFit/distilbert-base-uncased__sst2__train-32-9")
model = PeftModel.from_pretrained(base_model, "TransferGraph/SetFit_distilbert-base-uncased__sst2__train-32-9-finetuned-lora-tweet_eval_hate")This model is a fine-tuned version of SetFit/distilbert-base-uncased__sst2__train-32-9 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.547 | None | 0 |
| 0.709 | 0.5387 | 0 |
| 0.734 | 0.4619 | 1 |
| 0.738 | 0.4336 | 2 |
| 0.747 | 0.4119 | 3 |