mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
fix typo (#2532)
1) Any breaking changes ? None 2) What does this do ? Fix typo in QA eval cc @hwchase17
This commit is contained in:
parent
dca21078ad
commit
8cded3fdad
@ -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."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user