cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33.6k • 144
How to use TransferGraph/Jeevesh8_feather_berts_46-finetuned-lora-tweet_eval_hate with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("Jeevesh8/feather_berts_46")
model = PeftModel.from_pretrained(base_model, "TransferGraph/Jeevesh8_feather_berts_46-finetuned-lora-tweet_eval_hate")This model is a fine-tuned version of Jeevesh8/feather_berts_46 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.433 | None | 0 |
| 0.708 | 0.5878 | 0 |
| 0.719 | 0.4836 | 1 |
| 0.712 | 0.4521 | 2 |
| 0.721 | 0.4421 | 3 |
Base model
Jeevesh8/feather_berts_46