Skip to content

Commit

Permalink
Merge pull request #58 from microsoft/softchris-patch-11
Browse files Browse the repository at this point in the history
Ch2, adding challenge
  • Loading branch information
koreyspace authored Oct 30, 2023
2 parents 8da0823 + 7751499 commit feed366
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions 02-exploring-and-comparing-different-llms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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!


Expand Down

0 comments on commit feed366

Please sign in to comment.