From 8e33e5b7d51153f02d8931c6921e136262706ff4 Mon Sep 17 00:00:00 2001 From: Dan Marshall Date: Tue, 4 Apr 2023 19:05:09 -0700 Subject: [PATCH] Update basics.en.mdx Fix a small typo - give to given --- pages/introduction/basics.en.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/introduction/basics.en.mdx b/pages/introduction/basics.en.mdx index 2892d45..ae50442 100644 --- a/pages/introduction/basics.en.mdx +++ b/pages/introduction/basics.en.mdx @@ -18,7 +18,7 @@ blue The sky is blue on a clear day. On a cloudy day, the sky may be gray or white. ``` -As you can see, the language model outputs a continuation of strings that make sense give the context `"The sky is"`. The output might be unexpected or far from the task we want to accomplish. +As you can see, the language model outputs a continuation of strings that make sense given the context `"The sky is"`. The output might be unexpected or far from the task we want to accomplish. This basic example also highlights the necessity to provide more context or instructions on what specifically we want to achieve. @@ -111,4 +111,4 @@ What a horrible show! // Negative ``` -Few-shot prompts enable in-context learning which is the ability of language models to learn tasks given a few demonstrations. \ No newline at end of file +Few-shot prompts enable in-context learning which is the ability of language models to learn tasks given a few demonstrations.