cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33.6k • 144
How to use TransferGraph/connectivity_cola_6ep_ft-10-finetuned-lora-tweet_eval_emotion with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("connectivity/cola_6ep_ft-10")
model = PeftModel.from_pretrained(base_model, "TransferGraph/connectivity_cola_6ep_ft-10-finetuned-lora-tweet_eval_emotion")This model is a fine-tuned version of connectivity/cola_6ep_ft-10 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.3797 | None | 0 |
| 0.4519 | 1.2465 | 0 |
| 0.6791 | 1.0440 | 1 |
| 0.7273 | 0.8582 | 2 |
| 0.7353 | 0.8048 | 3 |
Base model
connectivity/cola_6ep_ft-10