cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33.6k • 144
How to use TransferGraph/connectivity_bert_ft_qqp-94-finetuned-lora-tweet_eval_emotion with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("connectivity/bert_ft_qqp-94")
model = PeftModel.from_pretrained(base_model, "TransferGraph/connectivity_bert_ft_qqp-94-finetuned-lora-tweet_eval_emotion")This model is a fine-tuned version of connectivity/bert_ft_qqp-94 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.2353 | None | 0 |
| 0.4465 | 1.2773 | 0 |
| 0.5802 | 1.1764 | 1 |
| 0.6444 | 1.0266 | 2 |
| 0.6497 | 0.9588 | 3 |
Base model
connectivity/bert_ft_qqp-94