cardiffnlp/tweet_eval
Viewer • Updated • 201k • 36.5k • 144
How to use TransferGraph/CAMeL-Lab_bert-base-arabic-camelbert-da-sentiment-finetuned-lora-tweet_eval_emotion with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("CAMeL-Lab/bert-base-arabic-camelbert-da-sentiment")
model = PeftModel.from_pretrained(base_model, "TransferGraph/CAMeL-Lab_bert-base-arabic-camelbert-da-sentiment-finetuned-lora-tweet_eval_emotion")This model is a fine-tuned version of CAMeL-Lab/bert-base-arabic-camelbert-da-sentiment 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.0909 | None | 0 |
| 0.4385 | 1.2835 | 0 |
| 0.4278 | 1.2635 | 1 |
| 0.4305 | 1.2579 | 2 |
| 0.4305 | 1.2545 | 3 |