cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33.6k • 144
How to use TransferGraph/cross-encoder_quora-roberta-base-finetuned-lora-tweet_eval_emotion with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("cross-encoder/quora-roberta-base")
model = PeftModel.from_pretrained(base_model, "TransferGraph/cross-encoder_quora-roberta-base-finetuned-lora-tweet_eval_emotion")This model is a fine-tuned version of cross-encoder/quora-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.4278 | None | 0 |
| 0.3717 | 1.3167 | 0 |
| 0.4278 | 1.2873 | 1 |
| 0.4225 | 1.2740 | 2 |
| 0.4171 | 1.2300 | 3 |
Base model
FacebookAI/roberta-base