cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33.6k • 144
How to use TransferGraph/ncduy_roberta-imdb-sentiment-analysis-finetuned-lora-tweet_eval_hate 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_hate")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.467 | None | 0 |
| 0.718 | 0.5964 | 0 |
| 0.738 | 0.4855 | 1 |
| 0.735 | 0.4515 | 2 |
| 0.748 | 0.4281 | 3 |
Base model
ncduy/roberta-imdb-sentiment-analysis