cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33.6k • 144
How to use TransferGraph/dapang_distilroberta-base-mic-sym-finetuned-lora-tweet_eval_sentiment with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("dapang/distilroberta-base-mic-sym")
model = PeftModel.from_pretrained(base_model, "TransferGraph/dapang_distilroberta-base-mic-sym-finetuned-lora-tweet_eval_sentiment")This model is a fine-tuned version of dapang/distilroberta-base-mic-sym 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.1705 | None | 0 |
| 0.7 | 0.7062 | 0 |
| 0.713 | 0.6484 | 1 |
| 0.715 | 0.6303 | 2 |
| 0.7155 | 0.6217 | 3 |
Base model
agi-css/distilroberta-base-mic-sym