1) Any breaking changes  ?
None

2) What does this do ?
Fix typo in QA eval

cc @hwchase17
This commit is contained in:
SangamSwadiK 2023-04-07 19:55:22 +05:30 committed by GitHub
parent dca21078ad
commit 8cded3fdad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,7 @@
"source": [ "source": [
"## Evaluation\n", "## Evaluation\n",
"\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."
] ]
}, },
{ {