Update Search_reranking_with_cross-encoders.ipynb (#1060)

pull/1074/head
Elmira Ghorbani 3 months ago committed by GitHub
parent e622fbab3a
commit 8eeb249ee9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -787,7 +787,7 @@
"\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",
"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",
"We hope you find this useful for tuning your search use cases, and look forward to seeing what you build."
]

Loading…
Cancel
Save