cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33.6k • 144
How to use TransferGraph/cross-encoder_ms-marco-MiniLM-L-4-v2-finetuned-lora-tweet_eval_emotion with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("cross-encoder/ms-marco-MiniLM-L-4-v2")
model = PeftModel.from_pretrained(base_model, "TransferGraph/cross-encoder_ms-marco-MiniLM-L-4-v2-finetuned-lora-tweet_eval_emotion")This model is a fine-tuned version of cross-encoder/ms-marco-MiniLM-L-4-v2 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.2380 | None | 0 |
| 0.4278 | 1.2772 | 0 |
| 0.4278 | 1.2622 | 1 |
| 0.4385 | 1.2263 | 2 |
| 0.4358 | 1.2005 | 3 |
Base model
microsoft/MiniLM-L12-H384-uncased