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```." ]