cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33.6k • 144
How to use TransferGraph/crcb_isear_bert-finetuned-lora-tweet_eval_hate with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("crcb/isear_bert")
model = PeftModel.from_pretrained(base_model, "TransferGraph/crcb_isear_bert-finetuned-lora-tweet_eval_hate")This model is a fine-tuned version of crcb/isear_bert 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.55 | None | 0 |
| 0.712 | 0.5459 | 0 |
| 0.731 | 0.4763 | 1 |
| 0.718 | 0.4379 | 2 |
| 0.736 | 0.4142 | 3 |
Base model
crcb/isear_bert
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("crcb/isear_bert") model = PeftModel.from_pretrained(base_model, "TransferGraph/crcb_isear_bert-finetuned-lora-tweet_eval_hate")