LLMs Roadmap by AhmadOsman

This is a log for my progress on the LLMs roadmap by AhmadOsman.

TLDR; there are 4 phases with resources that I will follow to have a solid foundation in LLMs.

Phases 1: Transformers

Phases 2: Scaling Laws & Training for Scale

LLMs got good through figuring out what to scale, how to scale it, proving it could scale, and showing that it actually works.

Phases 3: Alignment & PEFT

Fine-tuning is not just a cheap trick. RLHF and PEFT are the reason you can actually use LLMs for real-world use cases.

Phases 4: Production

You made it to the only part that most people ever see: the actual app.

Where To Learn Them

Below is what to read/watch for the this learning plan.

Math/CS Pre-Reqs

PyTorch Fundamentals

Transformers & LLMs

Scaling & Distributed Training

Alignment & PEFT

Inference