AI Glossary

Fine-Tuning

Fine-tuning continues training a pretrained model on a narrower dataset to specialize behavior for a domain or task.

Definition

Fine-tuning continues training a pretrained model on a narrower dataset to specialize behavior for a domain or task.

Plain English explanation

You take a general model and train it further on your own examples so it fits your use case.

Technical explanation

Fine-tuning continues gradient updates on a pretrained model using domain or task data. Variants include full fine-tuning and parameter-efficient methods (e.g., LoRA).

Why it matters

Teams choose fine-tuning when prompting alone cannot meet style, format, or specialized behavior requirements.

Real-world applications

  • Domain language adaptation
  • Structured output habits
  • Specialized classifiers built on foundation models

Benefits

  • Improves task fit
  • Can reduce prompt complexity
  • Enables smaller specialized models via distillation afterward

Limitations

  • Needs quality labeled or preference data
  • Risk of overfitting and regression on general skills
  • Operational cost of managing versions

Common misconceptions

  • Fine-tuning does not automatically insert private facts safely—prefer RAG for changing knowledge

FAQ

Fine-tuning vs RAG?

Use RAG for updatable knowledge; fine-tune for behavior and format. Many production systems combine them.

Last reviewed

Sources

  • Howard & Ruder — ULMFiT (transfer learning for NLP)

Correction request

If a technology assignment or hub description is inaccurate, submit a correction via the Corrections Policy.

All technologies → · AI Models → · APIs & SDKs → · Integrations → · Compliance → · Browse all companies → · Explore industries → · Compare →