cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33.6k • 144
How to use TransferGraph/ChrisUPM_BioBERT_Re_trained-finetuned-lora-tweet_eval_emotion 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_emotion")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.2754 | None | 0 |
| 0.4332 | 1.2735 | 0 |
| 0.4947 | 1.2404 | 1 |
| 0.5267 | 1.1690 | 2 |
| 0.5348 | 1.1118 | 3 |
Base model
ChrisUPM/BioBERT_Re_trained