Text Classification
Transformers
Safetensors
English
Chinese
qwen3
text-generation
zen
zen-reranker
zenlm
hanzo
reranker
retrieval
text-embeddings-inference
Instructions to use zenlm/zen-reranker-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zenlm/zen-reranker-8B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="zenlm/zen-reranker-8B")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("zenlm/zen-reranker-8B") model = AutoModelForCausalLM.from_pretrained("zenlm/zen-reranker-8B", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| Zen | |
| Copyright 2025-2026 Zen Authors | |
| This model and its accompanying code are licensed under the Apache License, Version 2.0. | |
| Zen models are developed by the Zen Authors (https://zenlm.org). | |
| This model is derived from an upstream base model (Qwen3-Reranker-8B), | |
| distributed under a compatible permissive license. Upstream | |
| attribution is retained as required by that license. | |