cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33.6k • 144
How to use TransferGraph/michiyasunaga_LinkBERT-base-finetuned-lora-tweet_eval_hate with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("michiyasunaga/LinkBERT-base")
model = PeftModel.from_pretrained(base_model, "TransferGraph/michiyasunaga_LinkBERT-base-finetuned-lora-tweet_eval_hate")This model is a fine-tuned version of michiyasunaga/LinkBERT-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.463 | None | 0 |
| 0.705 | 0.6025 | 0 |
| 0.718 | 0.5031 | 1 |
| 0.704 | 0.4700 | 2 |
| 0.722 | 0.4572 | 3 |
Base model
michiyasunaga/LinkBERT-base