cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33.6k • 144
How to use TransferGraph/pietrotrope_emotion_final-finetuned-lora-tweet_eval_hate with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("pietrotrope/emotion_final")
model = PeftModel.from_pretrained(base_model, "TransferGraph/pietrotrope_emotion_final-finetuned-lora-tweet_eval_hate")This model is a fine-tuned version of pietrotrope/emotion_final 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.499 | None | 0 |
| 0.708 | 0.5687 | 0 |
| 0.723 | 0.4858 | 1 |
| 0.718 | 0.4389 | 2 |
| 0.734 | 0.4168 | 3 |
Base model
pietrotrope/emotion_final