cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33.6k • 144
How to use TransferGraph/strickvl_nlp-redaction-classifier-finetuned-lora-tweet_eval_emotion with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("strickvl/nlp-redaction-classifier")
model = PeftModel.from_pretrained(base_model, "TransferGraph/strickvl_nlp-redaction-classifier-finetuned-lora-tweet_eval_emotion")This model is a fine-tuned version of strickvl/nlp-redaction-classifier 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.4278 | 1.2709 | 0 |
| 0.4840 | 1.2408 | 1 |
| 0.5160 | 1.1781 | 2 |
| 0.5401 | 1.1320 | 3 |
Base model
strickvl/nlp-redaction-classifier