cardiffnlp/tweet_eval
Viewer • Updated • 201k • 36.4k • 144
How to use TransferGraph/dapang_distilroberta-base-mic-sym-finetuned-lora-tweet_eval_irony 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_irony")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.4785 | None | 0 |
| 0.6084 | 0.7298 | 0 |
| 0.6178 | 0.6248 | 1 |
| 0.6670 | 0.5899 | 2 |
| 0.6859 | 0.5613 | 3 |
| 0.7005 | 0.5578 | 4 |
| 0.6576 | 0.5267 | 5 |
| 0.6974 | 0.5210 | 6 |
| 0.6953 | 0.5141 | 7 |
Base model
agi-css/distilroberta-base-mic-sym