cardiffnlp/tweet_eval
Viewer • Updated • 201k • 24k • 147
How to use TransferGraph/marcelcastrobr_sagemaker-distilbert-emotion-finetuned-lora-tweet_eval_emotion with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("marcelcastrobr/sagemaker-distilbert-emotion")
model = PeftModel.from_pretrained(base_model, "TransferGraph/marcelcastrobr_sagemaker-distilbert-emotion-finetuned-lora-tweet_eval_emotion")This model is a fine-tuned version of marcelcastrobr/sagemaker-distilbert-emotion 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.0802 | None | 0 |
| 0.6952 | 0.9180 | 0 |
| 0.7326 | 0.7606 | 1 |
| 0.7166 | 0.6808 | 2 |
| 0.7166 | 0.6443 | 3 |
Base model
marcelcastrobr/sagemaker-distilbert-emotion