cardiffnlp/tweet_eval
Viewer • Updated • 201k • 29.9k • 146
How to use TransferGraph/ncduy_roberta-imdb-sentiment-analysis-finetuned-lora-tweet_eval_emotion with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("ncduy/roberta-imdb-sentiment-analysis")
model = PeftModel.from_pretrained(base_model, "TransferGraph/ncduy_roberta-imdb-sentiment-analysis-finetuned-lora-tweet_eval_emotion")This model is a fine-tuned version of ncduy/roberta-imdb-sentiment-analysis 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.7059 | 0.9399 | 0 |
| 0.7353 | 0.6872 | 1 |
| 0.7380 | 0.6120 | 2 |
| 0.7380 | 0.5775 | 3 |
Base model
ncduy/roberta-imdb-sentiment-analysis