Glossary/Fine-Tuning

What is Fine-Tuning?

Fine-tuning is the process of further training a pre-trained foundation model on a smaller, task-specific dataset to specialize its behavior — adjusting its weights so it performs a particular task, follows a particular style, or handles a particular domain better than the base model. It is the bridge between a general-purpose foundation model and a production application that needs specialized behavior.

When you fine-tune vs. when you prompt

Most teams reach for prompting (system prompts, few-shot examples, RAG) before fine-tuning, because:

Fine-tuning is the right tool when:

Common fine-tuning approaches

Security implications

Fine-tuning is itself an attack surface. Three concrete risks:

For any production fine-tuned model, the safety evaluation that was run on the foundation model needs to be re-run on the fine-tuned variant — assumptions don't transfer through training.