Glossary · Term

Fine-Tuning

Also known as: fine-tuning, fine adjustment

Fine-tuning is the process of further training an existing AI model on task-specific data so it performs better in a particular domain.

Fine tuning is the process of further training an AI model that has already been trained on a large scale with data for a specific purpose and refining it to suit the field. It's like taking a chef with basic skills and retraining him with your restaurant's recipes, allowing you to add expertise at a much lower cost than teaching him from scratch. Because training a model from scratch costs an astronomical amount of money, taking a well-established foundation model and adapting it to yits business has become the standard. It is used for specialization in specialized fields such as medicine or law, for responding to a company's speaking style, and for output in a specific format. Light-weight techniques that only make partial adjustments with a small amount of resources are also popular.

However, fine tuning is not all-purpose. Search Aggregation (RAG) is often more suitable for adding the latest knowledge, and if it is tuned incorrectly, it has the side effect of deteriorating the abilities you were originally good at, so it is important to choose the right one for your purpose.

✅ Why it matters

⚠️ Limits and debates

← View all glossary entries