Fine-Tuning

Re-training an existing LLM on your own examples to change its weights, and therefore how it behaves: a style, a domain, a format. That is what sets it apart from RAG, which leaves the model untouched and simply hands it, at question time, information it does not have. Fine-tuning changes how the model answers, RAG changes what it knows in the moment. More powerful than prompt engineering for very targeted cases, also much more expensive.

Strengths

Limitations

Best for

Official site

View on Coeurdar