Nythrex

Glossary · Definition

Fine-tuning

Fine-tuning is further training of an existing model on your own input–output examples to make its behaviour — format, style, classification — more consistent.

By Nythrex EngineeringUpdated 1 min read

In plain words

A base model already knows language. Fine-tuning shows it hundreds or thousands of examples of exactly how you want a specific task done, so it does that task more consistently or a smaller model can match a larger one on it. It’s good for behaviour, weak for teaching facts.

When it matters to you

  • A narrow task at high volume
  • Strict output format or house style that prompting can’t hold
  • You have many reviewed examples

Common pitfalls

  • Fine-tuning to add knowledge (RAG is usually better)
  • No baseline comparison with a well-prompted model
  • Too few or unreviewed examples

Want a second opinion on your project?

Tell us what you’re building and where you’re stuck. We’ll reply within one business day with the most practical next step — even if that step isn’t us.

Start a project