cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33.6k • 144
How to use TransferGraph/joebobby_finetuning-sentiment-model-5000-samples3-finetuned-lora-tweet_eval_hate with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("joebobby/finetuning-sentiment-model-5000-samples3")
model = PeftModel.from_pretrained(base_model, "TransferGraph/joebobby_finetuning-sentiment-model-5000-samples3-finetuned-lora-tweet_eval_hate")This model is a fine-tuned version of joebobby/finetuning-sentiment-model-5000-samples3 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.439 | None | 0 |
| 0.698 | 0.5896 | 0 |
| 0.723 | 0.4957 | 1 |
| 0.712 | 0.4542 | 2 |
| 0.725 | 0.4406 | 3 |