Skip to content

Commit

Permalink
fix typo in llm comparison readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-white9 committed Jul 6, 2024
1 parent 88e3535 commit b8e44b5
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 b8e44b5

Please sign in to comment.