December 2023
Intermediate to advanced
376 pages
9h 15m
English
This chapter is about techniques and best practices to improve the reliability and performance of LLMs in certain scenarios, such as complex reasoning and problem-solving tasks. This process of adapting a model for a certain task or making sure that our model output corresponds to what we expect is called conditioning. We’ll specifically discuss fine-tuning and prompting as methods for conditioning.
Fine-tuning involves training the pre-trained base model on specific tasks or datasets relevant to the desired application. This process allows the model to adapt, becoming more accurate and contextually relevant for the intended use case. On the other hand, by providing additional input or context at inference ...
Read now
Unlock full access