Logo

Fine-tuning

Learning Methods
Letter: F

A post-training technique to specialize a trained model on specific data for a particular task.

Detailed Definition

Fine-tuning is a post-training technique where you take a trained model and do additional training on specific data that's tailored to what you want the model to be especially good at. For example, you would fine-tune a model on your company's customer service conversations to make it respond in your brand's specific style, or on medical literature to make it better at answering healthcare questions. This additional training tweaks the model's internal weights to specialize its responses for your specific use case, while preserving the general knowledge it learned during pre-training.