cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33.6k • 144
How to use TransferGraph/connectivity_feather_berts_28-finetuned-lora-tweet_eval_irony with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("connectivity/feather_berts_28")
model = PeftModel.from_pretrained(base_model, "TransferGraph/connectivity_feather_berts_28-finetuned-lora-tweet_eval_irony")This model is a fine-tuned version of connectivity/feather_berts_28 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.5152 | None | 0 |
| 0.5853 | 0.6836 | 0 |
| 0.6356 | 0.6454 | 1 |
| 0.6419 | 0.6042 | 2 |
| 0.6670 | 0.5796 | 3 |
| 0.6754 | 0.5562 | 4 |
| 0.6775 | 0.5401 | 5 |
| 0.6911 | 0.5311 | 6 |
| 0.6953 | 0.5176 | 7 |
Base model
connectivity/feather_berts_28