cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33.6k • 144
How to use TransferGraph/connectivity_cola_6ep_ft-22-finetuned-lora-tweet_eval_hate 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_hate")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.452 | None | 0 |
| 0.709 | 0.6585 | 0 |
| 0.722 | 0.5285 | 1 |
| 0.709 | 0.4801 | 2 |
| 0.726 | 0.4606 | 3 |
Base model
connectivity/cola_6ep_ft-22