cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33.6k • 144
How to use TransferGraph/bondi_bert-semaphore-prediction-w4-finetuned-lora-tweet_eval_hate with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("bondi/bert-semaphore-prediction-w4")
model = PeftModel.from_pretrained(base_model, "TransferGraph/bondi_bert-semaphore-prediction-w4-finetuned-lora-tweet_eval_hate")This model is a fine-tuned version of bondi/bert-semaphore-prediction-w4 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.638 | 0.6660 | 0 |
| 0.674 | 0.5964 | 1 |
| 0.676 | 0.5565 | 2 |
| 0.673 | 0.5395 | 3 |
Base model
bondi/bert-semaphore-prediction-w4