docs/integrations/document_transformers/cross_encoder_reranker/ #29510
Replies: 1 comment
-
Instead of using a local model from HuggingFace, I would like to use the infered endpoints. How can I do that?
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
docs/integrations/document_transformers/cross_encoder_reranker/
This notebook shows how to implement reranker in a retriever with your own cross encoder from Hugging Face cross encoder models or Hugging Face models that implements cross encoder function (example: BAAI/bge-reranker-base). SagemakerEndpointCrossEncoder enables you to use these HuggingFace models loaded on Sagemaker.
https://python.langchain.com/docs/integrations/document_transformers/cross_encoder_reranker/
Beta Was this translation helpful? Give feedback.
All reactions