cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33k • 144
How to use TransferGraph/amyma21_sincere_question_classification-finetuned-lora-tweet_eval_emotion 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_emotion")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.2594 | None | 0 |
| 0.6925 | 1.0377 | 0 |
| 0.7246 | 0.7883 | 1 |
| 0.7299 | 0.7132 | 2 |
| 0.7219 | 0.6743 | 3 |
Base model
amyma21/sincere_question_classification