Views
No views yet
| Metric | Value | Threshold |
|---|---|---|
cos_min vs PyTorch FP32 reference (6-text multilingual probe) | 1.000000 | ≥ 0.99 |
cos_mean vs same | 1.000000 | — |
cosine_parity harness on probe/ort-rc12 (ORT 1.24). Probe set covers EN/DE/ZH plus retrieval-style sentences; per-row cosines all ≥ 0.999999.| File | Size | Description |
|---|---|---|
model.fp16.onnx | ~5 MB | ONNX header (external data) |
model.fp16.onnx.data | ~1.2 GB | FP16 weights |
tokenizer.json, config.json, tokenizer_config.json, special_tokens_map.json | small | tokenizer + model config |
convert_fp16_streaming.py (bypasses the 2 GB protobuf serialization limit by writing external data directly without an intermediate Python-side proto).1let embedder = TextEmbedding::try_new(
2 InitOptions::new(EmbeddingModel::OctenEmbedding0_6BFp16))?;
3let vectors = embedder.embed(vec!["hello world"], None)?;"Query: " / "Document: " prefixes for asymmetric retrieval.Octen.apache-2.0. This repository redistributes under the same terms; it grants no rights the upstream licence does not.