cardiffnlp/tweet_eval
Viewer • Updated • 201k • 23.6k • 147
How to use TransferGraph/Splend1dchan_bert-base-uncased-slue-goldtrascription-e3-lr1e-4-finetuned-lora-tweet_eval_irony with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("Splend1dchan/bert-base-uncased-slue-goldtrascription-e3-lr1e-4")
model = PeftModel.from_pretrained(base_model, "TransferGraph/Splend1dchan_bert-base-uncased-slue-goldtrascription-e3-lr1e-4-finetuned-lora-tweet_eval_irony")This model is a fine-tuned version of Splend1dchan/bert-base-uncased-slue-goldtrascription-e3-lr1e-4 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.5152 | None | 0 |
| 0.6230 | 0.6797 | 0 |
| 0.6251 | 0.6591 | 1 |
| 0.6419 | 0.6296 | 2 |
| 0.6618 | 0.5978 | 3 |
| 0.6817 | 0.5772 | 4 |
| 0.6743 | 0.5497 | 5 |
| 0.6827 | 0.5394 | 6 |
| 0.6869 | 0.5343 | 7 |