cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33k • 144
How to use TransferGraph/connectivity_bert_ft_qqp-25-finetuned-lora-tweet_eval_irony with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("connectivity/bert_ft_qqp-25")
model = PeftModel.from_pretrained(base_model, "TransferGraph/connectivity_bert_ft_qqp-25-finetuned-lora-tweet_eval_irony")This model is a fine-tuned version of connectivity/bert_ft_qqp-25 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.5204 | None | 0 |
| 0.5487 | 0.8728 | 0 |
| 0.5581 | 0.6761 | 1 |
| 0.5675 | 0.6498 | 2 |
| 0.5927 | 0.6382 | 3 |
| 0.5916 | 0.6238 | 4 |
| 0.6126 | 0.6048 | 5 |
| 0.6241 | 0.6043 | 6 |
| 0.6377 | 0.5962 | 7 |
Base model
connectivity/bert_ft_qqp-25