Skip to content

Commit

Permalink
fiy typos
Browse files Browse the repository at this point in the history
  • Loading branch information
NickyHavoc committed Oct 30, 2023
1 parent 1dd1d02 commit 9760265
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/examples/evaluation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"Well, unlike other tasks such as QA, the result of a classification task is more or less binary (true/false).\n",
"There are very few grey areas, as it is unlikely that a classification result is somewhat or \"half\" correct.\n",
"\n",
"Mke sure that you have familiarized yourself with the `SingleLabelClassify` and `EmbeddingBasedClassify` prior to starting this notebook.\n"
"Make sure that you have familiarized yourself with the `SingleLabelClassify` and `EmbeddingBasedClassify` prior to starting this notebook.\n"
]
},
{
Expand Down Expand Up @@ -144,7 +144,7 @@
" examples: Sequence[Example[Input, ExpectedOutput]]\n",
"```\n",
"\n",
"We want the `input` in each `Example` to mimic the input of an actual task, therefore we must everytime include the text (chunk) and all possible labels.\n",
"We want the `input` in each `Example` to mimic the input of an actual task, therefore we must every time include the text (chunk) and all possible labels.\n",
"The `expected_output` shall correspond to anything we wish to compare our generated output to.\n",
"In this case, that means the correct class(es)."
]
Expand Down

0 comments on commit 9760265

Please sign in to comment.