fancyzhx/ag_news
Viewer • Updated • 128k • 127k • 190
How to use TransferGraph/boychaboy_MNLI_roberta-base-finetuned-lora-ag_news with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("boychaboy/MNLI_roberta-base")
model = PeftModel.from_pretrained(base_model, "TransferGraph/boychaboy_MNLI_roberta-base-finetuned-lora-ag_news")This model is a fine-tuned version of boychaboy/MNLI_roberta-base 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.2666 | None | 0 |
| 0.9334 | 0.2473 | 0 |
| 0.9370 | 0.1931 | 1 |
| 0.9403 | 0.1748 | 2 |
| 0.9411 | 0.1632 | 3 |