cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33.6k • 144
How to use TransferGraph/Capreolus_bert-base-msmarco-finetuned-lora-tweet_eval_hate 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_hate")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.574 | None | 0 |
| 0.701 | 0.7621 | 0 |
| 0.717 | 0.5213 | 1 |
| 0.723 | 0.4752 | 2 |
| 0.729 | 0.4514 | 3 |
Base model
Capreolus/bert-base-msmarco