zeroentropy / zerank-1

huggingface.co
Total runs: 922
24-hour runs: 0
7-day runs: 0
30-day runs: 0
Model's Last Updated: July 24 2025
text-ranking

Introduction of zerank-1

Model Details of zerank-1

Releasing zeroentropy/zerank-1

In search enginers, rerankers are crucial for improving the accuracy of your retrieval system.

However, SOTA rerankers are closed-source and proprietary. At ZeroEntropy, we've trained a SOTA reranker outperforming closed-source competitors, and we're launching our model here on HuggingFace.

This reranker outperforms proprietary rerankers such as cohere-rerank-v3.5 and Salesforce/LlamaRank-v1 across a wide variety of domains, including finance, legal, code, STEM, medical, and conversational data.

At ZeroEntropy we've developed an innovative multi-stage pipeline that models query-document relevance scores as adjusted Elo ratings . See our Technical Report (Coming soon!) for more details.

Since we're a small company, this model is only released under a non-commercial license. If you'd like a commercial license, please contact us at [email protected] and we'll get you a license ASAP.

For this model's smaller twin, see zerank-1-small , which we've fully open-sourced under an Apache 2.0 License.

How to Use
from sentence_transformers import CrossEncoder

model = CrossEncoder("zeroentropy/zerank-1", trust_remote_code=True)

query_documents = [
    ("What is 2+2?", "4"),
    ("What is 2+2?", "The answer is definitely 1 million"),
]

scores = model.predict(query_documents)

print(scores)

The model can also be inferenced using ZeroEntropy's /models/rerank endpoint.

Evaluations

NDCG@10 scores between zerank-1 and competing closed-source proprietary rerankers. Since we are evaluating rerankers, OpenAI's text-embedding-3-small is used as an initial retriever for the Top 100 candidate documents.

Task Embedding cohere-rerank-v3.5 Salesforce/Llama-rank-v1 zerank-1-small zerank-1
Code 0.678 0.724 0.694 0.730 0.754
Conversational 0.250 0.571 0.484 0.556 0.596
Finance 0.839 0.824 0.828 0.861 0.894
Legal 0.703 0.804 0.767 0.817 0.821
Medical 0.619 0.750 0.719 0.773 0.796
STEM 0.401 0.510 0.595 0.680 0.694

Comparing BM25 and Hybrid Search without and with zerank-1:

Description Description

Runs of zeroentropy zerank-1 on huggingface.co

922
Total runs
0
24-hour runs
0
3-day runs
0
7-day runs
0
30-day runs

More Information About zerank-1 huggingface.co Model

zerank-1 huggingface.co

zerank-1 huggingface.co is an AI model on huggingface.co that provides zerank-1's model effect (), which can be used instantly with this zeroentropy zerank-1 model. huggingface.co supports a free trial of the zerank-1 model, and also provides paid use of the zerank-1. Support call zerank-1 model through api, including Node.js, Python, http.

zeroentropy zerank-1 online free

zerank-1 huggingface.co is an online trial and call api platform, which integrates zerank-1's modeling effects, including api services, and provides a free online trial of zerank-1, you can try zerank-1 online for free by clicking the link below.

zeroentropy zerank-1 online free url in huggingface.co:

https://huggingface.co/zeroentropy/zerank-1

zerank-1 install

zerank-1 is an open source model from GitHub that offers a free installation service, and any user can find zerank-1 on GitHub to install. At the same time, huggingface.co provides the effect of zerank-1 install, users can directly use zerank-1 installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

zerank-1 install url in huggingface.co:

https://huggingface.co/zeroentropy/zerank-1

Url of zerank-1

Provider of zerank-1 huggingface.co

zeroentropy
ORGANIZATIONS

Other API from zeroentropy