Skip to content

Fine-Tuning

Further training a pre-trained model on your own data so it masters a specific style, format, or task.

Best when you need a consistent tone or output format that prompting alone can't achieve. For adding fresh knowledge, RAG is usually cheaper and easier to keep current than fine-tuning.

Related resources