From 8cded3fdad55010c4bfa214fc5a53d2be392ba25 Mon Sep 17 00:00:00 2001 From: SangamSwadiK <35230623+SangamSwadiK@users.noreply.github.com> Date: Fri, 7 Apr 2023 19:55:22 +0530 Subject: [PATCH] fix typo (#2532) 1) Any breaking changes ? None 2) What does this do ? Fix typo in QA eval cc @hwchase17 --- docs/use_cases/evaluation/question_answering.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." ] }, {