cardiffnlp/tweet_eval
Viewer • Updated • 201k • 31.1k • 146
How to use TransferGraph/fabriceyhc_bert-base-uncased-imdb-finetuned-lora-tweet_eval_hate with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("fabriceyhc/bert-base-uncased-imdb")
model = PeftModel.from_pretrained(base_model, "TransferGraph/fabriceyhc_bert-base-uncased-imdb-finetuned-lora-tweet_eval_hate")This model is a fine-tuned version of fabriceyhc/bert-base-uncased-imdb 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.439 | None | 0 |
| 0.631 | 0.7429 | 0 |
| 0.672 | 0.5892 | 1 |
| 0.683 | 0.5281 | 2 |
| 0.688 | 0.5059 | 3 |
Base model
fabriceyhc/bert-base-uncased-imdb