cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33.6k • 144
How to use TransferGraph/Capreolus_bert-base-msmarco-finetuned-lora-tweet_eval_irony with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("Capreolus/bert-base-msmarco")
model = PeftModel.from_pretrained(base_model, "TransferGraph/Capreolus_bert-base-msmarco-finetuned-lora-tweet_eval_irony")This model is a fine-tuned version of Capreolus/bert-base-msmarco 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.5225 | None | 0 |
| 0.5351 | 1.0594 | 0 |
| 0.5759 | 0.6837 | 1 |
| 0.5843 | 0.6583 | 2 |
| 0.6168 | 0.6347 | 3 |
| 0.6241 | 0.6105 | 4 |
| 0.6 | 0.5952 | 5 |
| 0.6387 | 0.5860 | 6 |
| 0.6429 | 0.5764 | 7 |
Base model
Capreolus/bert-base-msmarco