cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33k • 144
How to use TransferGraph/connectivity_bert_ft_qqp-94-finetuned-lora-tweet_eval_irony 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_irony")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.5194 | None | 0 |
| 0.5225 | 0.9509 | 0 |
| 0.5267 | 0.7006 | 1 |
| 0.5539 | 0.6894 | 2 |
| 0.5686 | 0.6797 | 3 |
| 0.5958 | 0.6546 | 4 |
| 0.6021 | 0.6307 | 5 |
| 0.6157 | 0.6177 | 6 |
| 0.6304 | 0.6106 | 7 |
Base model
connectivity/bert_ft_qqp-94