Home · Glossary · Fine-tuning
Enterprise AI glossary · Generative AI & LLMs

Fine-tuning

Adapting a pretrained model to a specific domain or task by continuing training on a smaller, curated dataset.

Definition

What Fine-tuning means in practice

Fine-tuning is the process of taking a pretrained foundation model and continuing training on a smaller dataset specific to a domain (clinical, legal, financial) or a task (classification, structured extraction, style transfer). Modern fine-tuning is almost always parameter-efficient — LoRA or QLoRA adapters that train only a fraction of the model weights — which means a customer can host one base model and dozens of domain adapters on the same GPU. For most enterprise use cases retrieval-augmented generation outperforms fine-tuning at lower cost and higher auditability; fine-tuning earns its keep when the customer needs the model to adopt a specific output format, voice, or domain vocabulary that prompting alone cannot reliably enforce.

Go deeper
Generative AI for enterprise →

All 62 terms, in plain language

Sovereign AI, RAG, agentic AI, IDP, MLOps and the regulations that shape enterprise AI.

Browse the glossary →Talk to an engineer →