cardiffnlp/tweet_eval
Viewer • Updated • 201k • 39.8k • 144
How to use TransferGraph/connectivity_feather_berts_28-finetuned-lora-tweet_eval_hate with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("connectivity/feather_berts_28")
model = PeftModel.from_pretrained(base_model, "TransferGraph/connectivity_feather_berts_28-finetuned-lora-tweet_eval_hate")This model is a fine-tuned version of connectivity/feather_berts_28 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.431 | None | 0 |
| 0.708 | 0.5731 | 0 |
| 0.732 | 0.4672 | 1 |
| 0.738 | 0.4353 | 2 |
| 0.749 | 0.4208 | 3 |
Base model
connectivity/feather_berts_28