PEFT, LoRA, and QLoRA tutorial roadmap
Fine-Tuning
PEFT
LoRA
QLoRA
A tutorial outline for efficient LLM fine-tuning and evaluation.
Tutorial Goal
Explain when fine-tuning is appropriate, how parameter-efficient fine-tuning works, and how to evaluate whether it improves the target task.
Sections To Build
- Fine-tuning versus prompting versus retrieval.
- Dataset construction and labeling.
- PEFT and LoRA concepts.
- QLoRA for memory-efficient training.
- Evaluation and regression testing.
- Deployment and model versioning.
Notebook Plan
notebooks/lora-fine-tuning/01-data-preparation.ipynbnotebooks/lora-fine-tuning/02-peft-lora-basics.ipynbnotebooks/lora-fine-tuning/03-evaluation.ipynb