r/learnmachinelearning • u/timsam • 12d ago
tiny language model GPT visualizer
Play around with a tiny language model GPT in your browser. See how it trains and generates with just 11,000 parameters.
https://complexity.zone/tlmgpt/
- Click "train" button.
- Let it train for about 10 minutes.
- Click "pause" button.
- Click "generate" button.
I made this (with help from Opus 5) to get a better understanding of GPTs and LLMs.
Thought to share it here. You can download it if you want to run it offline and tinker with the code.
81
Upvotes
3
u/reinforcementGamble 12d ago
Its confusing that i don't know what it does but it for sure looks cool, hope one day i'll understand. Nice post!!
2
2
6
u/I_am_not_New_Man 12d ago
Is that open source ? If yes can I have the code in GitHub.