Day 2 Module 2 - Understanding LLMs
Day 2 Module 2 - Understanding LLMs
Understanding LLMs
DAY 2, MODULE 2
Agenda
01 What is a LLM?
02 Key Timelines
03 LLM – Under the Hood
04 LLM Capabilities
05 Getting More Out of LLMs
06 Building LLM-Powered Assistants
What is a Large Language Model?
1 2
1 2
Prompt engineering
• This involves designing and refining input queries, known as
prompts, to achieve desired responses from LLMs.
• The phrasing, structure, and context of a prompt directly
influence the quality and relevance of the model's output.
• Understanding how to tune prompts effectively will help you
obtain more accurate and nuanced responses that are useful
and relevant.
Getting More out of LLMs
Finetuning
• Finetuning involves taking a pre-trained LLM, such as GPT-3,
and further training it on a domain-specific task.
• Finetuning a model on a more focused dataset enables the
model to adapt to the specific requirements of the target
task, resulting in improved performance and tailored
responses.
• When you finetune a LLM, you train it on how to respond, so
you don’t necessarily have to do any prompt engineering
subsequently.
Building LLM-Powered Assistants
Understanding LLMs
DAY 2, MODULE 2