cardiffnlp/tweet_eval
Viewer • Updated • 201k • 39.8k • 144
How to use TransferGraph/AnonymousSub_dummy_2-finetuned-lora-tweet_eval_hate with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("AnonymousSub/dummy_2")
model = PeftModel.from_pretrained(base_model, "TransferGraph/AnonymousSub_dummy_2-finetuned-lora-tweet_eval_hate")This model is a fine-tuned version of AnonymousSub/dummy_2 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.573 | None | 0 |
| 0.668 | 0.6512 | 0 |
| 0.711 | 0.5722 | 1 |
| 0.7 | 0.5269 | 2 |
| 0.708 | 0.5061 | 3 |
Base model
AnonymousSub/dummy_2