cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33.6k • 144
How to use TransferGraph/yukta10_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("yukta10/finetuning-sentiment-model-3000-samples")
model = PeftModel.from_pretrained(base_model, "TransferGraph/yukta10_finetuning-sentiment-model-3000-samples-finetuned-lora-tweet_eval_hate")This model is a fine-tuned version of yukta10/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.47 | None | 0 |
| 0.711 | 0.5613 | 0 |
| 0.727 | 0.4671 | 1 |
| 0.733 | 0.4299 | 2 |
| 0.747 | 0.4118 | 3 |