cardiffnlp/tweet_eval
Viewer • Updated • 201k • 26.8k • 147
How to use TransferGraph/connectivity_cola_6ep_ft-22-finetuned-lora-tweet_eval_irony with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("connectivity/cola_6ep_ft-22")
model = PeftModel.from_pretrained(base_model, "TransferGraph/connectivity_cola_6ep_ft-22-finetuned-lora-tweet_eval_irony")This model is a fine-tuned version of connectivity/cola_6ep_ft-22 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.4827 | None | 0 |
| 0.5623 | 0.7764 | 0 |
| 0.5832 | 0.6802 | 1 |
| 0.6031 | 0.6507 | 2 |
| 0.6168 | 0.6200 | 3 |
| 0.6272 | 0.5918 | 4 |
| 0.6356 | 0.5743 | 5 |
| 0.6366 | 0.5534 | 6 |
| 0.6408 | 0.5470 | 7 |
Base model
connectivity/cola_6ep_ft-22