cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33.6k • 144
How to use TransferGraph/Alassea_glue_sst_classifier-finetuned-lora-tweet_eval_hate with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("Alassea/glue_sst_classifier")
model = PeftModel.from_pretrained(base_model, "TransferGraph/Alassea_glue_sst_classifier-finetuned-lora-tweet_eval_hate")This model is a fine-tuned version of Alassea/glue_sst_classifier 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.461 | None | 0 |
| 0.692 | 0.6319 | 0 |
| 0.718 | 0.5310 | 1 |
| 0.707 | 0.4879 | 2 |
| 0.712 | 0.4681 | 3 |
Base model
Alassea/glue_sst_classifier