← Concept IndexDEFINITION WHY IT MATTERS COMMONLY CONFUSED WITH
Fine-tuning
Also called: adaptation, custom model
Fine-tuning continues training a base model on a smaller, targeted dataset so it adapts to a style, domain, or task. The result is a new set of weights.
It's often reached for when the real fix is better prompting or retrieval. Fine-tuning changes behaviour and tone well, but it's a poor way to add facts — those go stale and are better supplied at use time.
Retrieval (RAG). Fine-tuning bakes patterns into weights; retrieval supplies fresh facts in the prompt without retraining.