From e4d0bc169cc0e7e5a9985c5766aa9db1448619c3 Mon Sep 17 00:00:00 2001 From: Puneet Dhiman <142409038+PuneetDhimanShorthillsAI@users.noreply.github.com> Date: Tue, 12 Sep 2023 03:40:17 +0530 Subject: [PATCH] Correct spelling mistake in Search_reranking_with_cross-encoders.ipynb (#675) --- examples/Search_reranking_with_cross-encoders.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Search_reranking_with_cross-encoders.ipynb b/examples/Search_reranking_with_cross-encoders.ipynb index 2177008..a5cc7e6 100644 --- a/examples/Search_reranking_with_cross-encoders.ipynb +++ b/examples/Search_reranking_with_cross-encoders.ipynb @@ -178,7 +178,7 @@ "\n", "The steps here are:\n", "- Build a prompt to assess relevance and provide few-shot examples to tune it to your domain.\n", - "- Add a ```logit bias``` for the tokens for ``` Yes``` and ``` No``` to decrease the likelihood of any o.ther tokens occurring.\n", + "- Add a ```logit bias``` for the tokens for ``` Yes``` and ``` No``` to decrease the likelihood of any other tokens occurring.\n", "- Return the classification of yes/no as well as the ```logprobs```.\n", "- Rerank the results by the ```logprobs``` keyed on ``` Yes```." ]