Question
Can a small locally running model classify transactions reliably enough for production use?
LAB 001 / EXPERIMENT
Testing whether small local models can reliably classify financial transactions.
01 / LAB NOTES
Can a small locally running model classify transactions reliably enough for production use?
A compact model should handle obvious merchant categories well, while ambiguous transfers need deterministic rules or human review.
Compare zero-shot prompts, few-shot prompts, and a hybrid rules-plus-model pipeline on a labeled transaction set.
The hybrid approach produced the clearest confidence boundary and the most actionable error set.
Moved merchant normalization before inference and added an explicit unknown category instead of forcing a guess.
TOOLS & TECHNOLOGIES