Training

Fine-Tuning

Continuing to train a pre-trained model on domain-specific data to adapt its behavior.

Fine-tuning updates a foundation model's weights using a smaller, task-specific dataset. This specializes the model for a domain (medical, legal, coding) or enforces a particular output format. Fine-tuned models can outperform prompt engineering alone for narrow tasks, but they are expensive to create, lock in a model version, and require retraining when the base model updates.

Related Terms