cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33.6k • 144
How to use TransferGraph/vinai_bertweet-base-finetuned-lora-tweet_eval_irony with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("vinai/bertweet-base")
model = PeftModel.from_pretrained(base_model, "TransferGraph/vinai_bertweet-base-finetuned-lora-tweet_eval_irony")This model is a fine-tuned version of vinai/bertweet-base 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.5225 | None | 0 |
| 0.6168 | 0.6819 | 0 |
| 0.7068 | 0.5850 | 1 |
| 0.7372 | 0.5168 | 2 |
| 0.7445 | 0.4934 | 3 |
| 0.7424 | 0.4738 | 4 |
| 0.7403 | 0.4611 | 5 |
| 0.7466 | 0.4516 | 6 |
| 0.7445 | 0.4374 | 7 |
Base model
vinai/bertweet-base