cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33.6k • 144
How to use TransferGraph/CAMeL-Lab_bert-base-arabic-camelbert-mix-did-nadi-finetuned-lora-tweet_eval_hate with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("CAMeL-Lab/bert-base-arabic-camelbert-mix-did-nadi")
model = PeftModel.from_pretrained(base_model, "TransferGraph/CAMeL-Lab_bert-base-arabic-camelbert-mix-did-nadi-finetuned-lora-tweet_eval_hate")This model is a fine-tuned version of CAMeL-Lab/bert-base-arabic-camelbert-mix-did-nadi 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.466 | None | 0 |
| 0.668 | 0.6349 | 0 |
| 0.663 | 0.5649 | 1 |
| 0.669 | 0.5411 | 2 |
| 0.681 | 0.5298 | 3 |