cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33.6k • 144
How to use TransferGraph/connectivity_bert_ft_qqp-1-finetuned-lora-tweet_eval_irony with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("connectivity/bert_ft_qqp-1")
model = PeftModel.from_pretrained(base_model, "TransferGraph/connectivity_bert_ft_qqp-1-finetuned-lora-tweet_eval_irony")This model is a fine-tuned version of connectivity/bert_ft_qqp-1 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.5215 | None | 0 |
| 0.5141 | 0.9691 | 0 |
| 0.5351 | 0.6947 | 1 |
| 0.5592 | 0.6732 | 2 |
| 0.5885 | 0.6416 | 3 |
| 0.6094 | 0.6166 | 4 |
| 0.6136 | 0.5924 | 5 |
| 0.6346 | 0.5798 | 6 |
| 0.6419 | 0.5731 | 7 |
Base model
connectivity/bert_ft_qqp-1