Definition

What is Fine-Tuning?

A training process that adjusts a pretrained language model's weights on a domain-specific dataset to change its default behavior, style, or task performance.

Fine-tuning is best suited to changing how a model behaves rather than what it knows. It reliably shifts output format, tone, and narrow task performance, but it struggles to reliably encode new factual knowledge. Research consistently shows RAG outperforms unsupervised fine-tuning for knowledge injection, which is why most production systems fine-tune for behavior and use retrieval for facts.

Put context into practice

Create your first context container and connect it to your AI tools in minutes.

Create Your First Container