cardiffnlp/tweet_eval
Viewer • Updated • 201k • 39.8k • 144
How to use TransferGraph/vinai_bertweet-base-finetuned-lora-tweet_eval_hate 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_hate")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.426 | None | 0 |
| 0.76 | 0.5328 | 0 |
| 0.78 | 0.4400 | 1 |
| 0.778 | 0.4151 | 2 |
| 0.784 | 0.4000 | 3 |
Base model
vinai/bertweet-base