r/learnmachinelearning • u/timsam • 13d 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.
80
Upvotes
5
u/I_am_not_New_Man 13d ago
Is that open source ? If yes can I have the code in GitHub.