cardiffnlp/tweet_eval
Viewer • Updated • 201k • 40.3k • 144
How to use TransferGraph/connectivity_cola_6ep_ft-10-finetuned-lora-tweet_eval_hate 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_hate")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.464 | None | 0 |
| 0.683 | 0.6703 | 0 |
| 0.703 | 0.5313 | 1 |
| 0.703 | 0.4847 | 2 |
| 0.712 | 0.4631 | 3 |
Base model
connectivity/cola_6ep_ft-10