Hacker News new | ask | show | jobs
by quaintdev 563 days ago
Yay! It works. I used gemma2:2b and gave it below text

   You have spent 190 at Fresh Mart. Current balance: 5098
and it gave below output

   {\n\"amount\": 190,\n\"balance\": 5098 ,\"category\": \"Shopping\",\n\"place\":\"Fresh Mart\"\n}
1 comments

That's some pretty inconsistent JSON, but I guess that makes sense when using a really small model and gemma on top of that.