mirror of
https://github.com/james-m-jordan/openai-cookbook.git
synced 2025-05-09 19:32:38 +00:00
Update Search_reranking_with_cross-encoders.ipynb (#1060)
This commit is contained in:
parent
e622fbab3a
commit
8eeb249ee9
@ -787,7 +787,7 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"There is also a latency impact of using ```text-davinci-003``` that you'll need to consider, with even our few examples above taking a couple seconds each - again, the ```Fine-tuning``` endpoint may help you here if you are able to get decent results from an ```ada``` or ```babbage``` fine-tuned model.\n",
|
"There is also a latency impact of using ```text-davinci-003``` that you'll need to consider, with even our few examples above taking a couple seconds each - again, the ```Fine-tuning``` endpoint may help you here if you are able to get decent results from an ```ada``` or ```babbage``` fine-tuned model.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"We've used the ```Completions``` endpoint from OpenAI to build our cross-encoder, but this area is well-served by the open-source community. [Here](https://huggingface.co/cross-encoder/mmarco-mMiniLMv2-L12-H384-v1) is an example from HuggingFace, for example.\n",
|
"We've used the ```Completions``` endpoint from OpenAI to build our cross-encoder, but this area is well-served by the open-source community. [Here](https://huggingface.co/jeffwan/mmarco-mMiniLMv2-L12-H384-v1) is an example from HuggingFace, for example.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"We hope you find this useful for tuning your search use cases, and look forward to seeing what you build."
|
"We hope you find this useful for tuning your search use cases, and look forward to seeing what you build."
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user