Fine-tuning vs prompting
Prompting changes the instructions at inference time, while fine-tuning changes model weights using additional training data.
- Prompting is faster to iterate
- Fine-tuning can shape style or behavior
- Use the lighter tool first
Fine-tuning vs prompting