Inspired by Sebastian Raschka's phenomenal book, https://github.com/rasbt/LLMs-from-scratch, I aim to implement llms from scratch to learn how they work in-depth. Instead of using pytorch in Python though, I am using burn in Rust.
- build-llm-scratch follows Sebastian Raschka's Build a Large Language Model (from scratch)
- build-reasoning-scratch follows Sebastian Raschka's Build A Reasoning Model (from scratch)