Skip to content

Commit fb42be7

Browse files
committed
docs: add Jina v5 as new truth anchor (GGUF + ONNX, no API needed)
jinaai/jina-embeddings-v5-text-small-text-matching: F16 GGUF: 1,198 MB (streamable, v3 format, 310 tensors) ONNX: 2,384 MB (rten ground truth, full f32) tokenizer.json: 11.4 MB (real BPE) Calibration: rten(ONNX) = ground truth, stream(GGUF) = baked lens. Same model, two paths, ICC profile bridges them. No API key. https://claude.ai/code/session_01ChLvBfpJS8dQhHxRD4pYNp
1 parent 4db02af commit fb42be7

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.claude/HANDOVER_MAVERICK_SESSION.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,3 +562,22 @@ NACHHER:
562562
563563
SiLU-ONNX: GESTRICHEN. Vorzeichen-Erhaltung ersetzt es.
564564
```
565+
566+
---
567+
568+
## Jina v5 — New Truth Anchor (replaces v3)
569+
570+
```
571+
Repo: jinaai/jina-embeddings-v5-text-small-text-matching
572+
GGUF: v5-small-text-matching-F16.gguf (1,198 MB, GGUF v3, 310 tensors)
573+
ONNX: onnx/model.onnx + model.onnx_data (2,384 MB, for rten ground truth)
574+
Tok: tokenizer.json (11.4 MB, real BPE)
575+
576+
Calibration pipeline:
577+
rten loads ONNX → forward pass → ground truth embeddings
578+
Our pipeline: stream F16 GGUF → CLAM → bake HDR table
579+
ICC profile: compare → calibrate → truth anchor at ρ > 0.998
580+
581+
Both ONNX and GGUF from SAME model = no API key, no network for calibration.
582+
Jina v5 replaces v3 as truth anchor (newer, better, has ONNX).
583+
```

0 commit comments

Comments
 (0)