diff --git a/examples/Search_reranking_with_cross-encoders.ipynb b/examples/Search_reranking_with_cross-encoders.ipynb index f2d070a..0fa0db7 100644 --- a/examples/Search_reranking_with_cross-encoders.ipynb +++ b/examples/Search_reranking_with_cross-encoders.ipynb @@ -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." ]