cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33.6k • 144
How to use TransferGraph/connectivity_cola_6ep_ft-22-finetuned-lora-tweet_eval_sentiment 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_sentiment")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.339 | None | 0 |
| 0.692 | 0.7477 | 0 |
| 0.708 | 0.6590 | 1 |
| 0.7155 | 0.6373 | 2 |
| 0.7165 | 0.6261 | 3 |
Base model
connectivity/cola_6ep_ft-22