What it means
Training a language model from scratch is far beyond most organizations. Fine-tuning starts from a model somebody else already trained and nudges it with a comparatively small set of your own examples — a few hundred to a few thousand — so it learns your format, your house style, or the conventions of your field.
Fine-tuning changes the model's weights, which makes it good at teaching *behavior*: respond in this structure, adopt this tone, classify into these categories. It is much weaker at teaching *facts*. Knowledge baked in through fine-tuning is hard to update and hard to verify, which is why retrieval is usually the better tool for information that changes.
Why it matters
Fine-tuning is frequently proposed as the answer to "the model doesn't know our business", and it is usually the wrong answer. It is slow, it needs curated examples, it has to be redone when you change base models, and it makes errors harder to trace. Getting the choice right saves real money.
In practice
Rule of thumb: if the problem is the model doesn't *know* something, use retrieval. If the problem is the model doesn't *behave* the way you need, consider fine-tuning — but try a better prompt and a few examples in the context first, which costs nothing and often closes the gap.
Where this shows up
Tools and models in our catalog.
Hugging FaceThe hub of open machine learning — hundreds of thousands of models and datasets, the Transformers library, and Spaces for demos. The default platform for finding, sharing, and running AI models.
Amazon BedrockAWS managed platform providing access to ~100 serverless foundation models plus 100+ via Marketplace — Claude, Llama, Mistral, Amazon Nova 2, and more. Nova 2 family (Lite + Pro) supports 1M token context. Nova Forge enables custom frontier model training from Nova checkpoints. RAG-enabled agents with Lambda integration. Enterprise privacy guarantees.