AI & LLMs
Fine-tuning
Fine-tuning further trains a pretrained model on your own examples so it adapts to a specific task, tone, or format.
Fine-tuning takes an already-trained model and continues training it on a smaller, curated dataset of your examples. The result is a model that better matches a particular style, domain, or output format.
Fine-tuning changes the model's weights, so it is heavier than prompting or RAG. Teams often reach for RAG first (to add knowledge) and fine-tune mainly to shape behavior or format that prompting alone cannot pin down.
Related terms
Last reviewed 2026-07-09