cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33.6k • 144
How to use TransferGraph/Anthos23_FS-distilroberta-fine-tuned-finetuned-lora-tweet_eval_hate with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("Anthos23/FS-distilroberta-fine-tuned")
model = PeftModel.from_pretrained(base_model, "TransferGraph/Anthos23_FS-distilroberta-fine-tuned-finetuned-lora-tweet_eval_hate")This model is a fine-tuned version of Anthos23/FS-distilroberta-fine-tuned 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.527 | None | 0 |
| 0.715 | 0.5631 | 0 |
| 0.743 | 0.4838 | 1 |
| 0.738 | 0.4407 | 2 |
| 0.746 | 0.4204 | 3 |
Base model
Anthos23/FS-distilroberta-fine-tuned