cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33.6k • 144
How to use TransferGraph/aXhyra_presentation_emotion_31415-finetuned-lora-tweet_eval_hate with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("aXhyra/presentation_emotion_31415")
model = PeftModel.from_pretrained(base_model, "TransferGraph/aXhyra_presentation_emotion_31415-finetuned-lora-tweet_eval_hate")This model is a fine-tuned version of aXhyra/presentation_emotion_31415 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.462 | None | 0 |
| 0.715 | 0.5597 | 0 |
| 0.732 | 0.4657 | 1 |
| 0.725 | 0.4318 | 2 |
| 0.738 | 0.4147 | 3 |
Base model
aXhyra/presentation_emotion_31415