cardiffnlp/tweet_eval
Viewer • Updated • 201k • 37.5k • 143
How to use TransferGraph/philschmid_tiny-distilbert-classification-finetuned-lora-tweet_eval_irony with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("philschmid/tiny-distilbert-classification")
model = PeftModel.from_pretrained(base_model, "TransferGraph/philschmid_tiny-distilbert-classification-finetuned-lora-tweet_eval_irony")This model is a fine-tuned version of philschmid/tiny-distilbert-classification 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.5225 | None | 0 |
| 0.4775 | 0.6932 | 0 |
| 0.4775 | 0.6932 | 1 |
| 0.4775 | 0.6931 | 2 |
| 0.4775 | 0.6931 | 3 |
| 0.4775 | 0.6931 | 4 |
| 0.4775 | 0.6931 | 5 |
| 0.4775 | 0.6931 | 6 |
| 0.4775 | 0.6931 | 7 |
Base model
philschmid/tiny-distilbert-classification