cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33.6k • 144
How to use TransferGraph/boychaboy_MNLI_roberta-base-finetuned-lora-tweet_eval_hate with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("boychaboy/MNLI_roberta-base")
model = PeftModel.from_pretrained(base_model, "TransferGraph/boychaboy_MNLI_roberta-base-finetuned-lora-tweet_eval_hate")This model is a fine-tuned version of boychaboy/MNLI_roberta-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.423 | None | 0 |
| 0.716 | 0.5559 | 0 |
| 0.736 | 0.4644 | 1 |
| 0.746 | 0.4236 | 2 |
| 0.748 | 0.4061 | 3 |