This was a casual side project—just following along with the book for fun.
I’m not planning to go further for now, but the code is here in case future-me or someone else finds it useful.
Based on the book:
Build a Large Language Model (From Scratch) by Sebastian Raschka
ISBN: 978-1633437166
Up to: Chapter 6.6 (p. 194)
It’s barely structured—pretty much a dumping ground for code from several chapters.
The best way to follow my progress is through the commit history.
Each commit has a runnable main that (usually) does something useful.
Or spare yourself and just visit the official repo instead:
👉 https://github.com/rasbt/LLMs-from-scratch