LiveSPX7,620-1.28%NDX29,127-1.41%US10Y4.961%+3.23%BTC76,816-1.24%ETH2,468-2.07%GOLD4,320-1.02%NVDA210.96-8.42%MSFT505.41+1.14%GOOGL349.39+3.23%
Advertisement
AI glossary

Fine-tuning

Specialising an existing model on your own data.

Fine-tuning continues training a pre-trained model on a narrower dataset so it adopts a format, a tone or a domain vocabulary.

It changes behaviour, not knowledge: it is the right tool for "always answer in this structure" and the wrong tool for "know our current inventory", which is a retrieval problem.

Parameter-efficient methods such as LoRA train a small set of adapter weights instead of the full model, cutting the cost by orders of magnitude.

Related terms