Downloads · 30 days
0
Novadata-Technologies/Reason-ModernColBERT-ONNX
Reason-ModernColBERT-ONNX is a feature extraction model from Novadata-Technologies. Use it when you need embeddings to search or compare text. It is set up for colbert-onnx. The card lists the license as mit.
ONNX export of lightonai/Reason-ModernColBERT for fast CPU inference.
Downloads · 30 days
0
Access
Public
Updated Mar 20, 2026
Repo size
597 MB
Likes
0
Public
Click a slice to open those files.
.onnx597 MB · 99%
From the Hugging Face model README
ONNX export of lightonai/Reason-ModernColBERT for fast CPU inference.
| File | Description |
|---|---|
model.onnx | FP32 ONNX model |
| tokenizer.json | Tokenizer configuration |
| config_sentence_transformers.json | Model configuration |
use colbert_onnx::Colbert;
let mut model = Colbert::from_pretrained("path/to/model")?;
let embeddings = model.encode_documents(&["Hello world"])?;
This model was exported using pylate-onnx-export:
pip install "pylate-onnx-export @ git+https://github.com/lightonai/next-plaid.git#subdirectory=onnx/python"
pylate-onnx-export lightonai/Reason-ModernColBERT --push-to-hub Novadata-Technologies/Reason-ModernColBERT-ONNX