Views
No views yet
🚧 Status: experimental / under active development. WealthWise's larger 14B model is the most accurate today; this 1.7B is the phone-sized variant that is catching up. On controlled benchmarks it already matches or beats the 14B; on the long tail of real-world mail it is still improving via distillation from the 14B teacher and user corrections. It is ~8× smaller and several× faster and is intended for laptops, low-power machines, and mobile.
1{
2 "amount": 437.0, "currency": "INR", "type": "debit",
3 "merchant": "Swiggy - Behrouz Biryani", "account_last4": null,
4 "date": "2026-06-12", "payment_method": "UPI", "reference": null,
5 "balance": null, "is_recurring": false,
6 "category_l1": "Food & Dining", "category_l2": "Food Delivery"
7}category_l1 is one of: Food & Dining, Transportation, Shopping, Housing,
Utilities, Entertainment, Health, Education, Travel, Investments, Financial,
Income, Miscellaneous. Non-transactional messages return {"is_transaction": false}.wealthwise-1.7b-q8_0.gguf — Q8_0 quantized weights (~1.8 GB, near-lossless).Modelfile — Ollama recipe (correct non-thinking Qwen3 template + system prompt).1# from this folder:
2ollama create wealthwise-1.7b -f Modelfile
3ollama run wealthwise-1.7b
4# or, if published to the Ollama registry:
5# ollama pull codedrivehg/wealthwise-1.7bhf download codedrivehg/wealthwise-1.7b-GGUF --local-dir wealthwise-1.7bllama-cli -m wealthwise-1.7b-q8_0.gguf -p "<your message>"Important: this model is trained for non-thinking output (direct JSON). The bundledModelfilepre-fills the empty<think></think>block Qwen3 expects — use it (or replicate that template) or the model may emit garbage.
Qwen/Qwen3-1.7B (Apache-2.0).