Text Ranking
Transformers
Safetensors
English
qwen3
text-generation
reranking
cross-encoder
agent-tools
skill-routing
listwise-learning
Instructions to use pipizhao/SkillRouter-Reranker-0.6B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pipizhao/SkillRouter-Reranker-0.6B with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("pipizhao/SkillRouter-Reranker-0.6B") model = AutoModelForCausalLM.from_pretrained("pipizhao/SkillRouter-Reranker-0.6B") - Notebooks
- Google Colab
- Kaggle
Ctrl+K