cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33.6k • 144
How to use TransferGraph/distilbert-base-uncased-finetuned-lora-tweet_eval_emotion 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_emotion")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.2353 | None | 0 |
| 0.6631 | 1.0175 | 0 |
| 0.7139 | 0.6889 | 1 |
| 0.7246 | 0.6209 | 2 |
| 0.7326 | 0.5840 | 3 |
Base model
distilbert/distilbert-base-uncased