fancyzhx/ag_news
Viewer • Updated • 128k • 111k • 190
How to use TransferGraph/crcb_isear_bert-finetuned-lora-ag_news with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("crcb/isear_bert")
model = PeftModel.from_pretrained(base_model, "TransferGraph/crcb_isear_bert-finetuned-lora-ag_news")This model is a fine-tuned version of crcb/isear_bert 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.2561 | None | 0 |
| 0.9347 | 0.2469 | 0 |
| 0.9366 | 0.1942 | 1 |
| 0.9391 | 0.1761 | 2 |
| 0.9397 | 0.1637 | 3 |
Base model
crcb/isear_bert