bge-reranker-base
baai
Loading...
Run side-by-side checks for pricing, context window, and latency.
ilsp
Open-source CoRM model from ilsp — available for download and self-hosting on Hugging Face.
dr-housemd
Open-source GLM-4.7-Flash-exl3-3bpw-H4 model from dr-housemd — available for download and self-hosting on Hugging Face.
redhatai
Open-source gpt-oss-120b-essential model from redhatai — available for download and self-hosting on Hugging Face.
baai
Let our experts help you evaluate models based on your actual use case and budget. We'll provide a free analysis and actionable recommendations.
Different from embedding model, reranker uses question and document as input and directly output similarity instead of embedding. You can get a relevance score by inputting query and passage to the reranker. And the score can be mapped to a float value in [0,1] by sigmoid function.