Category: Technical Terms
Definition
Fine-tuning adapts a pre-trained AI model for specific tasks by training it on specialized data.
How It Works
Start with a general AI model trained on broad data. Then train it further on specific examples for your task. A general language model becomes a legal writing assistant after fine-tuning on legal documents.
This works better than training from scratch because the model already understands language basics and just needs to learn domain specifics.
Why It Matters
Fine-tuning makes AI practical for specialized uses. Most commercial AI applications use fine-tuned models rather than generic ones.
It's cheaper and faster than building AI from scratch, and often produces better results for specific tasks.
← Back to Technical Terms | All Terms