Technique Updated 2026-04

Fine-tuning

Definition

Fine-tuning is the process of retraining an existing AI model on a specific dataset to adapt it to a particular domain or task.

Frequently Asked Questions

What's the difference between fine-tuning and RAG?
Fine-tuning modifies the model by retraining it. RAG provides information to the model at query time without modifying it. RAG is simpler and more flexible, fine-tuning gives more integrated results.
Is fine-tuning expensive?
It depends. Full LLM fine-tuning costs thousands to millions of dollars. But techniques like LoRA allow fine-tuning at lower cost by only adjusting a fraction of parameters.