cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33k • 144
How to use TransferGraph/connectivity_bert_ft_qqp-17-finetuned-lora-tweet_eval_irony with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("connectivity/bert_ft_qqp-17")
model = PeftModel.from_pretrained(base_model, "TransferGraph/connectivity_bert_ft_qqp-17-finetuned-lora-tweet_eval_irony")This model is a fine-tuned version of connectivity/bert_ft_qqp-17 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.5173 | None | 0 |
| 0.5110 | 0.9009 | 0 |
| 0.4963 | 0.6899 | 1 |
| 0.5141 | 0.6824 | 2 |
| 0.5414 | 0.6762 | 3 |
| 0.5414 | 0.6694 | 4 |
| 0.5592 | 0.6639 | 5 |
| 0.5623 | 0.6567 | 6 |
| 0.5717 | 0.6512 | 7 |
Base model
connectivity/bert_ft_qqp-17