AI Terminology
/Intermediate
Fine-Tuning
Definition
The process of taking a pre-trained foundational AI model and continuing its training on a smaller, highly specific dataset to adapt it for a specialized task or tone.
Explain Like I'm New
The AI already went to college and got a general degree (Pre-training). Fine-tuning is sending the AI to a 2-week bootcamp to learn how to be a specialized lawyer or a specific company's brand ambassador.
Real World Example
You take the open-source LLaMA model and Fine-Tune it on 10,000 examples of your company's support emails. The model stops talking like a generic AI and starts using your exact corporate catchphrases and tone.
Common Use Cases
- •Tone matching
- •Specialized coding tasks
- •Medical/Legal AI
Interview Questions
basic
- Is Fine-Tuning a good way to teach an AI new facts (like your company's updated vacation policy)?
intermediate
- What is 'Pre-Training' compared to 'Fine-Tuning'?