cardiffnlp/tweet_eval
Viewer • Updated • 201k • 40.3k • 144
How to use TransferGraph/amyma21_sincere_question_classification-finetuned-lora-tweet_eval_hate with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("amyma21/sincere_question_classification")
model = PeftModel.from_pretrained(base_model, "TransferGraph/amyma21_sincere_question_classification-finetuned-lora-tweet_eval_hate")This model is a fine-tuned version of amyma21/sincere_question_classification 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.592 | None | 0 |
| 0.684 | 0.5433 | 0 |
| 0.715 | 0.4697 | 1 |
| 0.704 | 0.4396 | 2 |
| 0.719 | 0.4275 | 3 |
Base model
amyma21/sincere_question_classification