From 234a4cd060c71c6e0c3d440e092d9d2c8ce32901 Mon Sep 17 00:00:00 2001 From: Antonio Clarke Date: Tue, 27 Aug 2024 22:34:55 -0400 Subject: [PATCH] Replace 'mostly likely' with 'most likely' --- 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 2c97d36775..cf6b48e1be 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: