cardiffnlp/tweet_eval
Viewer • Updated • 201k • 39.8k • 144
How to use TransferGraph/cointegrated_roberta-base-formality-finetuned-lora-tweet_eval_hate with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("cointegrated/roberta-base-formality")
model = PeftModel.from_pretrained(base_model, "TransferGraph/cointegrated_roberta-base-formality-finetuned-lora-tweet_eval_hate")This model is a fine-tuned version of cointegrated/roberta-base-formality 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.447 | None | 0 |
| 0.714 | 0.6180 | 0 |
| 0.717 | 0.5041 | 1 |
| 0.718 | 0.4541 | 2 |
| 0.735 | 0.4284 | 3 |
Base model
FacebookAI/roberta-base