Back to Tags
Fine Tuning
7 items tagged with "fine-tuning"
Filter by type:
Comparisons2
Comparison
RAG vs Fine-Tuning
Retrieval-augmented generation injects external knowledge at query time; fine-tuning bakes behavior into model weights. They solve different problems and often combine.
Comparison
Fine-Tuning vs Prompt Engineering
Prompt engineering steers a model with instructions and examples in the context; fine-tuning changes the weights. Cost, control, and durability differ sharply.
FAQs2
FAQ
What is the difference between fine-tuning and RAG?
Fine-tuning updates a model's weights by training it further on domain-specific examples, changing how the model behaves and what style or skills it h...
FAQ
What is fine-tuning a model?
Fine-tuning is the process of continuing to train a pre-trained model on a smaller, task-specific dataset so it adapts to a particular domain, style, ...