Text Ranking
Transformers
Safetensors
multilingual
qwen3
feature-extraction
reranker
custom_code
🇪🇺 Region: EU
Instructions to use jinaai/jina-reranker-v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jinaai/jina-reranker-v3 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("jinaai/jina-reranker-v3", trust_remote_code=True) model = AutoModel.from_pretrained("jinaai/jina-reranker-v3", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Pooling configuration for TEI
#9
by Nithish-Thagarasapu - opened
I have not provided --pooling arg when tried to host with TEI and its failing as there is no 1_pooling/config.json file, what should be set for --pooling arg when hosted with TEI.?