diff --git a/docs/use_cases/evaluation/question_answering.ipynb b/docs/use_cases/evaluation/question_answering.ipynb index 274e77a2f8..c5c60283be 100644 --- a/docs/use_cases/evaluation/question_answering.ipynb +++ b/docs/use_cases/evaluation/question_answering.ipynb @@ -130,7 +130,7 @@ "source": [ "## Evaluation\n", "\n", - "We can see that if we tried to just do exact match on the answer answers (`11` and `No`) they would not match what the lanuage model answered. However, semantically the language model is correct in both cases. In order to account for this, we can use a language model itself to evaluate the answers." + "We can see that if we tried to just do exact match on the answer answers (`11` and `No`) they would not match what the language model answered. However, semantically the language model is correct in both cases. In order to account for this, we can use a language model itself to evaluate the answers." ] }, {