cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33.6k • 144
How to use TransferGraph/ChrisUPM_BioBERT_Re_trained-finetuned-lora-tweet_eval_irony with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("ChrisUPM/BioBERT_Re_trained")
model = PeftModel.from_pretrained(base_model, "TransferGraph/ChrisUPM_BioBERT_Re_trained-finetuned-lora-tweet_eval_irony")This model is a fine-tuned version of ChrisUPM/BioBERT_Re_trained 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.5602 | 0.7475 | 0 |
| 0.5885 | 0.6778 | 1 |
| 0.5958 | 0.6625 | 2 |
| 0.6042 | 0.6393 | 3 |
| 0.6157 | 0.6164 | 4 |
| 0.5958 | 0.6124 | 5 |
| 0.6377 | 0.5983 | 6 |
| 0.6398 | 0.5902 | 7 |
Base model
ChrisUPM/BioBERT_Re_trained