Skip to content

Commit

Permalink
Merge pull request microsoft#525 from jack-white9/main
Browse files Browse the repository at this point in the history
fix typo in llm comparison readme
  • Loading branch information
koreyspace authored Jul 28, 2024
2 parents cb154e1 + b8e44b5 commit 0430ce2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions 02-exploring-and-comparing-different-llms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,7 @@ We’ve explored with our startup team different kinds of LLMs and a Cloud Platf

But when shall they consider fine-tuning a model rather than using a pre-trained one? Are there other approaches to improve model performance on specific workloads?

There are several approaches a business can use to get the results they need from an LLM, you can select different types of models with different degrees of training

deploy an LLM in production, with different levels of complexity, cost, and quality. Here are some different approaches:
There are several approaches a business can use to get the results they need from an LLM. You can select different types of models with different degrees of training when deploying an LLM in production, with different levels of complexity, cost, and quality. Here are some different approaches:

- **Prompt engineering with context**. The idea is to provide enough context when you prompt to ensure you get the responses you need.

Expand Down

0 comments on commit 0430ce2

Please sign in to comment.