cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33.6k • 144
How to use TransferGraph/moshew_bert-mini-sst2-distilled-finetuned-lora-tweet_eval_hate with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("moshew/bert-mini-sst2-distilled")
model = PeftModel.from_pretrained(base_model, "TransferGraph/moshew_bert-mini-sst2-distilled-finetuned-lora-tweet_eval_hate")This model is a fine-tuned version of moshew/bert-mini-sst2-distilled 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.449 | None | 0 |
| 0.606 | 0.6425 | 0 |
| 0.66 | 0.6006 | 1 |
| 0.664 | 0.5690 | 2 |
| 0.671 | 0.5563 | 3 |
Base model
moshew/bert-mini-sst2-distilled