Consistent prompt templates help models learn structure:
### Instruction:
{instruction}
### Response:
{response}
Your fine-tuned model will expect this same template at inference. Document your template clearly.
Most fine-tuning frameworks apply templates automatically. Just provide the raw data and specify which template to use.