Views
No views yet
| Achievement | Metric | Status |
|---|---|---|
| Training Efficiency | 3.7 hours on single T4 GPU | Optimized |
| Loss Reduction | 3.91 to 0.52 (86% improvement) | Excellent |
| Perplexity | 1.69 | Outstanding |
| Parameter Efficiency | 0.043% trainable (1.7M params) | Ultra-efficient |
| Generalization | Training loss equals Eval loss (0.52) | No overfitting |
| Memory Footprint | ~50MB adapter | Deployment-ready |
| Advantage | Benefit |
|---|---|
| Tiny Footprint | 50MB adapter vs 6GB+ full model |
| Fast Inference | 4-bit quantization ready |
| Low Compute | Runs on consumer GPUs (8GB+ VRAM) |
| Easy Integration | Drop-in replacement for base model |
| Cost Efficient | Minimal cloud compute requirements |
| Task | Expected Performance |
|---|---|
| Sales total calculation | Greater than 95% accuracy |
| Monthly aggregation | Greater than 90% accuracy |
| Format consistency | Greater than 98% reliability |
| Numerical precision | High (exact sums) |
| Novel data handling | Moderate (domain-limited) |
| Limitation | Mitigation |
|---|---|
| Domain-specific only | Use within sales/finance contexts |
| Structured input required | Pre-format data before input |
| 256 token context | Suitable for single records, not long documents |
| English language only | Train separate model for other languages |
| No complex reasoning | Combine with RAG for multi-step analysis |
1@misc{sales-finance-lora-3b-2024,
2 title={Sales-Finance-LoRA-3B: Efficient Domain Adaptation for Financial Sales Analysis},
3 author={Neshverse},
4 year={2024},
5 howpublished={https://huggingface.co/Neshverse/sales-finance-lora-3b},
6 note={Fine-tuned using Unsloth QLoRA on Nanbeige4.1-3B.
7 Training: 3.7h on T4 GPU, 37K examples, 86% loss reduction, 1.69 perplexity.}
8}