cardiffnlp/tweet_eval
Viewer • Updated • 201k • 33.6k • 144
How to use TransferGraph/matthewburke_korean_sentiment-finetuned-lora-tweet_eval_hate with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("matthewburke/korean_sentiment")
model = PeftModel.from_pretrained(base_model, "TransferGraph/matthewburke_korean_sentiment-finetuned-lora-tweet_eval_hate")This model is a fine-tuned version of matthewburke/korean_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.417 | None | 0 |
| 0.652 | 0.6332 | 0 |
| 0.661 | 0.5808 | 1 |
| 0.648 | 0.5531 | 2 |
| 0.671 | 0.5374 | 3 |
Base model
matthewburke/korean_sentiment