LLM Learning Resources
- Sebastian Raschka’s book “Build a Large Language Model From Scratch” Video
- Andrej Karpathy’s YouTube playlist on neural networks
- Karpathy’s NanoGPT tutorial
- StatQuest videos on coding a transformer from scratch
- Video explaining self-attention mechanism: https://youtu.be/g2BRIuln4uc
- GitHub repo with diagrams and implementation code: https://github.com/adalkiran/llama-nuts-and-bolts
- Spreadsheet-based approach: https://github.com/ianand/spreadsheets-are-all-you-need
- Karpathy’s llama2.c project: https://github.com/karpathy/llama2.c