tejasunku/qwen3-reranker-8b 📝🔢 → 📝
About
Rerank query search results using qwen3 reranker 8b model, with support for instructions
Example Output
Output
{
"instruction": "Given a web search query, retrieve relevant passages that answer the query",
"query": "What is the capital of China",
"results": [
{
"document": "The capital of China is Beijing",
"score": 0.457763671875
},
{
"document": "Gravity is a force that attracts two bodies towards each other. It gives weight to physical objects and is responsible for the movement of planets around the sun",
"score": -0.8974609375
}
],
"total_documents": 2
}
"instruction": "Given a web search query, retrieve relevant passages that answer the query",
"query": "What is the capital of China",
"results": [
{
"document": "The capital of China is Beijing",
"score": 0.457763671875
},
{
"document": "Gravity is a force that attracts two bodies towards each other. It gives weight to physical objects and is responsible for the movement of planets around the sun",
"score": -0.8974609375
}
],
"total_documents": 2
}
Performance Metrics
1.20s
Prediction Time
351.54s
Total Time
All Input Parameters
{
"query": "What is the capital of China",
"top_k": 5,
"documents": "[\"The capital of China is Beijing\", \"Gravity is a force that attracts two bodies towards each other. It gives weight to physical objects and is responsible for the movement of planets around the sun\"]",
"batch_size": 8,
"instruction": "Given a web search query, retrieve relevant passages that answer the query"
}
Input Parameters
- query (required)
- Query text for reranking
- top_k
- Number of top documents to return
- documents
- JSON string containing list of documents to rerank
- batch_size
- Batch size for processing documents
- instruction
- Task instruction for the reranker (recommended for better performance)
Output Schema
Output
Version Details
- Version ID
1fb2f6046d0f044dd6b3a13cc7ff61d33973619716991b25d346b455972cec99- Version Created
- November 22, 2025