cardiffnlp/tweet_eval
Viewer • Updated • 201k • 29.9k • 146
How to use TransferGraph/heranm_finetuning-sentiment-model-3000-samples-finetuned-lora-tweet_eval_sentiment with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("heranm/finetuning-sentiment-model-3000-samples")
model = PeftModel.from_pretrained(base_model, "TransferGraph/heranm_finetuning-sentiment-model-3000-samples-finetuned-lora-tweet_eval_sentiment")This model is a fine-tuned version of heranm/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.372 | None | 0 |
| 0.709 | 0.7049 | 0 |
| 0.705 | 0.6518 | 1 |
| 0.7065 | 0.6283 | 2 |
| 0.7185 | 0.6111 | 3 |