From 945a4c4773cd6914229cf95dc93de3036ade0a24 Mon Sep 17 00:00:00 2001 From: AntonioClarke Date: Wed, 28 Aug 2024 21:01:28 -0400 Subject: [PATCH] [typo] Replace 'mostly likely' with 'most likely' (#1395) --- articles/how_to_work_with_large_language_models.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/how_to_work_with_large_language_models.md b/articles/how_to_work_with_large_language_models.md index 2c97d367..cf6b48e1 100644 --- a/articles/how_to_work_with_large_language_models.md +++ b/articles/how_to_work_with_large_language_models.md @@ -55,7 +55,7 @@ Ted Chiang ### Completion prompt example -Completion-style prompts take advantage of how large language models try to write text they think is mostly likely to come next. To steer the model, try beginning a pattern or sentence that will be completed by the output you want to see. Relative to direct instructions, this mode of steering large language models can take more care and experimentation. In addition, the models won't necessarily know where to stop, so you will often need stop sequences or post-processing to cut off text generated beyond the desired output. +Completion-style prompts take advantage of how large language models try to write text they think is most likely to come next. To steer the model, try beginning a pattern or sentence that will be completed by the output you want to see. Relative to direct instructions, this mode of steering large language models can take more care and experimentation. In addition, the models won't necessarily know where to stop, so you will often need stop sequences or post-processing to cut off text generated beyond the desired output. Example completion prompt: