posts
projects
ChottaLLM↗completed
Small-scale LLM built from scratch in PyTorch — character-level tokenizer, transformer architecture, trained on custom text corpora.
GPT from Scratch↗completed
GPT-style autoregressive language model implemented in PyTorch — full training loop, attention, positional encoding, and character-level generation.
how ml actually works↗active
Repository with all of the companion notebooks that focused on diving into ML concepts and ideas from website posts.