cardiffnlp/tweet_eval
Viewer • Updated • 201k • 40.9k • 144
How to use TransferGraph/CAMeL-Lab_bert-base-arabic-camelbert-da-sentiment-finetuned-lora-tweet_eval_irony 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_irony")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.5393 | None | 0 |
| 0.5476 | 0.6958 | 0 |
| 0.5654 | 0.6874 | 1 |
| 0.5749 | 0.6757 | 2 |
| 0.5623 | 0.6645 | 3 |
| 0.5644 | 0.6536 | 4 |
| 0.5623 | 0.6511 | 5 |
| 0.5581 | 0.6509 | 6 |
| 0.5529 | 0.6454 | 7 |