cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33.6k • 144
How to use TransferGraph/Jeevesh8_feather_berts_92-finetuned-lora-tweet_eval_hate with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("Jeevesh8/feather_berts_92")
model = PeftModel.from_pretrained(base_model, "TransferGraph/Jeevesh8_feather_berts_92-finetuned-lora-tweet_eval_hate")This model is a fine-tuned version of Jeevesh8/feather_berts_92 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.497 | None | 0 |
| 0.7 | 0.5761 | 0 |
| 0.738 | 0.4691 | 1 |
| 0.73 | 0.4404 | 2 |
| 0.745 | 0.4325 | 3 |
Base model
Jeevesh8/feather_berts_92