Skip to content

Commit

Permalink
fixes grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
ted-at-openai committed May 9, 2023
1 parent 594fc6c commit c14432e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Question_answering_using_embeddings.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
Expand Down

0 comments on commit c14432e

Please sign in to comment.