cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33.6k • 144
How to use TransferGraph/markt23917_finetuning-sentiment-model-3000-samples-finetuned-lora-tweet_eval_hate with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("markt23917/finetuning-sentiment-model-3000-samples")
model = PeftModel.from_pretrained(base_model, "TransferGraph/markt23917_finetuning-sentiment-model-3000-samples-finetuned-lora-tweet_eval_hate")This model is a fine-tuned version of markt23917/finetuning-sentiment-model-3000-samples 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.447 | None | 0 |
| 0.727 | 0.5534 | 0 |
| 0.74 | 0.4668 | 1 |
| 0.739 | 0.4304 | 2 |
| 0.748 | 0.4115 | 3 |