From 77514999976bff235e1637d94f5a182ba8794d79 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 30 Oct 2023 14:31:55 +0000 Subject: [PATCH] Ch3, adding challenge --- .../README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/02-exploring-and-comparing-different-llms/README.md b/02-exploring-and-comparing-different-llms/README.md index 932db5bca..11e3b96a3 100644 --- a/02-exploring-and-comparing-different-llms/README.md +++ b/02-exploring-and-comparing-different-llms/README.md @@ -4,12 +4,12 @@ *(Click the image above to view video of this lesson)* -## Introduction - With the previous lesson, we have seen how Generative AI is changing the technology landscape, how Large Language Models (LLMs) work and how a business - like our startup - can apply them to their use cases and grow! In this chapter, we're looking to compare and contrast different types of large language models, LLMs to understand their pros and cons. The next step in our startup's journey is exploring the current landscape of Large Language Models (LLMs) and understanding which are suitable for our use case. +## Introduction + This lesson will cover: - Different types of LLMs in the current landscape. @@ -175,14 +175,18 @@ Training an LLM from scratch is without a doubt the most difficult and the most ## Knowledge check -Q1 What could be a good approach to improve LLM completion results? +What could be a good approach to improve LLM completion results? - 1. Prompt engineering with context - 1. A2: RAG - 1. A3: Fine-tuned model +1. Prompt engineering with context +1. RAG +1. Fine-tuned model A:3, if you have the time and resources and high quality data, fine-tuning is the better option to stay up to date. However, if you're looking at improving things and you're lacking time it's worth considering RAG first. +## 🚀 Challenge + +Read up more on how you can [use RAG](https://learn.microsoft.com/en-us/azure/search/retrieval-augmented-generation-overview) for your business. + ## Great Work, Continue Your Learning!