Skip to content

I accidentally trained a neural network on my grocery lists

Off Topic by tallinnying 0 replies 94 views
#1

So I had like 200 old shopping lists in a notes app from the past 4 years. Anyway I was bored at 3am and threw them into a tiny llm I was messing with. Idk why I do this.

It... learned something. Not useful something. But something.

First outputs were normal. Then it started getting weird. "milk (apologetic)" showed up. Then "aggressive potatoes". Then just "regret (medium)" with no category.

I'll paste some generations if anyone wants. It's mostly nonsense but sometimes it nails my actual shopping patterns in a way that feels like being judged by a very small brain.

Python
# 3am bad idea
Import torch
From grocery_gpt import GroceryGPT # don't ask

Model = GroceryGPT.from_pretrained("notes_export.txt")
# yes I know this is wrong

builds at 3AM, sleeps at noon

Post a reply

You need an account to reply. Log in or register to join the conversation.

Post reply Preview Save draft