cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33.6k • 144
How to use TransferGraph/cross-encoder_quora-distilroberta-base-finetuned-lora-tweet_eval_emotion with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("cross-encoder/quora-distilroberta-base")
model = PeftModel.from_pretrained(base_model, "TransferGraph/cross-encoder_quora-distilroberta-base-finetuned-lora-tweet_eval_emotion")This model is a fine-tuned version of cross-encoder/quora-distilroberta-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.2594 | None | 0 |
| 0.3797 | 1.3064 | 0 |
| 0.5241 | 1.2230 | 1 |
| 0.6016 | 1.1107 | 2 |
| 0.6310 | 1.0329 | 3 |
Base model
distilbert/distilroberta-base