mirror of
https://github.com/james-m-jordan/openai-cookbook.git
synced 2025-05-09 19:32:38 +00:00
Correct spelling mistake in Search_reranking_with_cross-encoders.ipynb (#675)
This commit is contained in:
parent
59011825c3
commit
e4d0bc169c
@ -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…
x
Reference in New Issue
Block a user