What is Fine-Tuning?
Fine-tuning is the process of taking a pretrained model and continuing its training on a smaller, task- or domain-specific dataset so its weights adapt to perform that particular task better.
A foundation model is trained on broad, general-purpose data and learns general capabilities, but it may not be optimally calibrated for a narrow task — a specific writing style, a proprietary classification scheme, or domain jargon it saw rarely during pretraining. Fine-tuning addresses that by running additional training passes on a curated dataset of examples specific to the target task, updating the model's weights (fully, or more commonly today via parameter-efficient methods like LoRA that adjust only a small added set of parameters) so its behavior shifts toward the desired pattern.
Fine-tuning sits above few-shot prompting and below training a model from scratch on the effort-versus-control spectrum: it requires real training infrastructure and a labeled dataset, but produces a model that reliably exhibits the target behavior without needing examples repeated in every prompt, and it can bake in patterns too subtle or too numerous to fit in a context window. The risks are real too — a poorly curated fine-tuning set can degrade the model's general capabilities (catastrophic forgetting) or bake in biases present in the narrow dataset, so evaluation against held-out data matters as much as the training itself.
In practice with Neotask
For a high-volume, well-established workflow — like classifying a tenant's support tickets into their specific category taxonomy — Neotask can fine-tune a smaller model on that tenant's historical labeled tickets, getting faster and more consistent results than repeatedly prompting a general model with examples. Newer or lower-volume workflows instead start with few-shot prompting and only graduate to fine-tuning once there's enough real usage data to justify it.
Related terms
- foundation-model
- few-shot-learning
- transfer-learning
- model-training
- reinforcement-learning-from-human-feedback
Plans
Free
$0/mo
Download without a card and start for free.
Individual
$50/mo
The full personal agent platform for one person.
Business
$100/mo
One company workspace with room to add your team.
Enterprise
$200/mo
Multiple workspaces and capacity for larger teams.
Continue