Customize the model for a specific task, domain, or tone Narrow/specific tasks.
- Your company’s support knowledge
- Medical or financial language
- Legal documents
- Specific brand tone
- Full fine-tuning: Update all weights (expensive, rare now)
- LoRA / QLoRA: Lightweight fine-tuning (adds small trainable layers)
- Adapter / Prefix / Prompt Tuning: Modify only input prompts or small parts of the model
- Training GPT to answer only based on internal company docs
- Making a chatbot talk like Shakespeare
- Tuning a model for legal summarization or sentiment classification
- Pretraining = teaching a kid to read everything in the world.
- Post-training = teaching them how to behave in conversations.
- Fine-tuning = teaching them a specialized job (e.g., legal advisor, tech support agent).