cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33.6k • 144
How to use TransferGraph/crcb_isear_bert-finetuned-lora-tweet_eval_irony with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("crcb/isear_bert")
model = PeftModel.from_pretrained(base_model, "TransferGraph/crcb_isear_bert-finetuned-lora-tweet_eval_irony")This model is a fine-tuned version of crcb/isear_bert 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.4419 | None | 0 |
| 0.6042 | 0.7050 | 0 |
| 0.6545 | 0.6265 | 1 |
| 0.6827 | 0.5902 | 2 |
| 0.6743 | 0.5527 | 3 |
| 0.6984 | 0.5288 | 4 |
| 0.6901 | 0.5085 | 5 |
| 0.6984 | 0.5022 | 6 |
| 0.6953 | 0.4875 | 7 |
Base model
crcb/isear_bert