fancyzhx/ag_news
Viewer • Updated • 128k • 111k • 190
How to use TransferGraph/AnonymousSub_dummy_2-finetuned-lora-ag_news with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("AnonymousSub/dummy_2")
model = PeftModel.from_pretrained(base_model, "TransferGraph/AnonymousSub_dummy_2-finetuned-lora-ag_news")This model is a fine-tuned version of AnonymousSub/dummy_2 on the ag_news 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.2497 | None | 0 |
| 0.9025 | 0.3853 | 0 |
| 0.9064 | 0.2785 | 1 |
| 0.9114 | 0.2513 | 2 |
| 0.9132 | 0.2360 | 3 |
Base model
AnonymousSub/dummy_2