cardiffnlp/tweet_eval
Viewer • Updated • 201k • 29.9k • 146
How to use TransferGraph/ASCCCCCCCC_distilbert-base-chinese-amazon_zh_20000-finetuned-lora-tweet_eval_hate with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("ASCCCCCCCC/distilbert-base-chinese-amazon_zh_20000")
model = PeftModel.from_pretrained(base_model, "TransferGraph/ASCCCCCCCC_distilbert-base-chinese-amazon_zh_20000-finetuned-lora-tweet_eval_hate")This model is a fine-tuned version of ASCCCCCCCC/distilbert-base-chinese-amazon_zh_20000 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.428 | None | 0 |
| 0.647 | 0.6348 | 0 |
| 0.661 | 0.5833 | 1 |
| 0.65 | 0.5581 | 2 |
| 0.659 | 0.5504 | 3 |