What is fine-tuning?medium
Answer
Fine-tuning further trains a model on task-specific examples.
Explanation
It can improve style, format, or task behavior, but it is not always the best way to add factual knowledge. RAG may be better for changing knowledge.
Follow-upWhen would you choose RAG over fine-tuning?