This repository is a ready-to-download ONNX profile for local retrieval applications that need a small cross-encoder reranker without loading the original framework weights directly.
Download the repository and point your ONNX Runtime reranker loader at the folder containing model.onnx and the tokenizer files.
1from huggingface_hub import snapshot_download
2
3path = snapshot_download("s-lorin/jina-reranker-v3-onnx")
This artifact follows the license terms of the upstream Jina model. Review the upstream model card before redistribution or commercial use.