cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33.6k • 144
How to use TransferGraph/Jeevesh8_feather_berts_96-finetuned-lora-tweet_eval_hate with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("Jeevesh8/feather_berts_96")
model = PeftModel.from_pretrained(base_model, "TransferGraph/Jeevesh8_feather_berts_96-finetuned-lora-tweet_eval_hate")This model is a fine-tuned version of Jeevesh8/feather_berts_96 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.526 | None | 0 |
| 0.718 | 0.5697 | 0 |
| 0.732 | 0.4679 | 1 |
| 0.73 | 0.4365 | 2 |
| 0.734 | 0.4255 | 3 |
Base model
Jeevesh8/feather_berts_96