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.