Module 3 - Fine-tuning revision

Revision guide · ~25 min · dense bullets, not full lessons

Chapters 3.1–3.5. Focus on when and why—not memorizing every hyperparameter.

3.1 Fine-tuning fundamentals

Decision framework

Approaches

Training patterns

3.2 Data prep & training mechanisms

3.3 PEFT: additive and soft prompting

3.4 Re-parameterization PEFT (LoRA & QLoRA)

3.5 Alignment: RLHF & DPO

Decision cheat

Plain-English idea When to use it
RAG Facts change often or must come from private docs.
SFT / LoRA Stable tone, schema, or domain phrasing.
Preference data Safety, tone alignment, ranked choices.
QLoRA Tight GPU budget; validate quality after.
Per-tenant adapters Many customers, one shared base model.

25-minute drill

  1. Argue for RAG vs LoRA on a "company FAQ bot."
  2. Name two evals that catch forgetting.
  3. Explain LoRA rank in one sentence (how big the two small matrices are).
  4. When would you merge vs keep adapters separate?
  5. Contrast RLHF vs DPO in one sentence each.