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.