From 16868fa4ce5db50bfda91ac4e901f368fdade6e1 Mon Sep 17 00:00:00 2001 From: Ted Sanders Date: Mon, 8 May 2023 17:15:58 -0700 Subject: [PATCH] fixes grammar --- examples/Question_answering_using_embeddings.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Question_answering_using_embeddings.ipynb b/examples/Question_answering_using_embeddings.ipynb index f2825d1..c3b4e70 100644 --- a/examples/Question_answering_using_embeddings.ipynb +++ b/examples/Question_answering_using_embeddings.ipynb @@ -1029,7 +1029,7 @@ "id": "a496aa2b", "metadata": {}, "source": [ - "To see whether a mistake is from a lack of relevant source text (i.e., failure of the search step) or a lack of reasoning reliability (i.e., failure of the ask step), you look at the text GPT was given by setting `print_message=True`.\n", + "To see whether a mistake is from a lack of relevant source text (i.e., failure of the search step) or a lack of reasoning reliability (i.e., failure of the ask step), you can look at the text GPT was given by setting `print_message=True`.\n", "\n", "In this particular case, looking at the text below, it looks like the #1 article given to the model did contain medalists for all three events, but the later results emphasized the Men's and Women's tournaments, which may have distracted the model from giving a more complete answer." ]