CoolFace
Modelpublic

jinaai/jina-embeddings-v5-text-nano-retrieval-mlx

sourceHugging Facecc-by-nc-4.0updated 7mo agoView on Hugging Face
0likes182downloads
16 commits on main
cb075217mo ago

fix prefix: add Document: prefix for non-retrieval tasks

hanxiao
d5f43dc7mo ago

revert model.py to nano-specific implementation

hanxiao
e85cd237mo ago

fix: handle models without QK norm (EuroBERT/nano)

hanxiao
21a34c97mo ago

optimize: use mx.fast.rope and mx.fast.scaled_dot_product_attention

hanxiao
94f9d267mo ago

update model.py: fix rope_theta comment (1000000)

hanxiao
d8847767mo ago

reconvert weights: PyTorch FP32 -> MLX FP16, fix rope_theta=1000000

hanxiao
efa40197mo ago

Fix rope_theta default: 250000 -> 1000000

hanxiao
4acca827mo ago

Convert weights to float32 for better precision (was float16)

hanxiao
dc0cc8e7mo ago

fix rope_theta: 250000 -> 1000000

hanxiao
18a30eb7mo ago

fix README rendering: pure markdown, no HTML details tags

hanxiao
5be191d7mo ago

rewrite README to match upstream format

hanxiao
442fde57mo ago

fix usage: git clone + local paths, no huggingface_hub dependency

hanxiao
7968ce37mo ago

fix usage: add huggingface_hub download, show full runnable example

hanxiao
f2303e17mo ago

fix README: match v5-small-mlx style, correct bibtex and usage

hanxiao
0cb2f447mo ago

Initial upload: MLX float16

hanxiao
fbc0dae7mo ago

initial commit

hanxiao