Correct spelling mistake in Search_reranking_with_cross-encoders.ipynb (#675)

pull/569/head
Puneet Dhiman 9 months ago committed by GitHub
parent 59011825c3
commit e4d0bc169c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save