PolyAI/banking77
Updated • 12.3k • 97
How to use AzadDjan/Qwen3-4B-banking77-lora with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("Qwen/Qwen3-4B-Base")
model = PeftModel.from_pretrained(base_model, "AzadDjan/Qwen3-4B-banking77-lora")How to use AzadDjan/Qwen3-4B-banking77-lora with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("AzadDjan/Qwen3-4B-banking77-lora", device_map="auto")This model is a fine-tuned version of Qwen/Qwen3-4B-Base on the banking77 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:
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|---|---|---|---|---|---|---|---|
| 0.7750 | 1.0 | 282 | 0.3848 | 0.8911 | 0.9065 | 0.8951 | 0.8907 |
| 0.4032 | 2.0 | 564 | 0.3438 | 0.9181 | 0.9276 | 0.9230 | 0.9189 |
| 0.1695 | 3.0 | 846 | 0.3791 | 0.9201 | 0.9306 | 0.9218 | 0.9208 |
| 0.0776 | 4.0 | 1128 | 0.3874 | 0.9331 | 0.9381 | 0.9345 | 0.9342 |
| 0.0257 | 5.0 | 1410 | 0.3965 | 0.9311 | 0.9402 | 0.9320 | 0.9322 |
| 0.0148 | 6.0 | 1692 | 0.3811 | 0.9381 | 0.9458 | 0.9363 | 0.9380 |
| 0.0003 | 7.0 | 1974 | 0.3910 | 0.9341 | 0.9395 | 0.9330 | 0.9339 |
| 0.0001 | 8.0 | 2256 | 0.3921 | 0.9341 | 0.9394 | 0.9328 | 0.9338 |
Base model
Qwen/Qwen3-4B-Base