Fine-tuning

Definition

Fine-tuning further trains an existing model on company-specific examples so it adopts a style, format or classification behaviour. It changes how a model responds, not what current facts it knows, and is usually the last option after prompting and retrieval.

It pays off for narrow, high-volume, repetitive tasks with stable output formats — document classification, structured extraction, standardised correspondence.

It is a poor fit for knowledge that changes: prices, stock, contract terms. Those belong in retrieval or in a direct system query.

In practice

  • Best for style, format and classification consistency
  • Requires a curated, labelled set of company examples
  • Adds a maintenance burden with every model generation

Related terms

Back to the glossary