AI Finetuning
Knowledge from "AI Engineering" by Chip Huyen (Chapter 7). Practical guide to model finetuning with focus on parameter-efficient methods.
Quick Start
- Check
guidelines.mdto find which files to load for your task - Load only relevant files (each topic has knowledge.md, rules.md, examples.md)
- Apply guidance to your work
Contents
References
| Category | Purpose |
|---|---|
finetuning-overview |
When to finetune, reasons for/against, finetuning vs RAG |
memory-bottlenecks |
Backpropagation memory, numerical representations, quantization |
peft-techniques |
Parameter-efficient finetuning, LoRA, adapter methods |
model-merging |
Summing, layer stacking, concatenation for multi-task models |
finetuning-tactics |
Frameworks, base model selection, hyperparameters |
Workflows
| Task | Workflow |
|---|---|
| Decide whether to finetune | workflows/should-i-finetune.md |
| Set up a finetuning job (memory → method → params) | workflows/setup-finetuning.md |
Guidelines
See guidelines.md for task-based file selection.