CoolFace
Modelpublic

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

sourceHugging Facecc-by-nc-4.0updated 7mo agoView on Hugging Face
1likes118downloads
16 commits on main
a74196a7mo ago

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

hanxiao
01823517mo ago

revert model.py to nano-specific implementation

hanxiao
9f8676b7mo ago

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

hanxiao
fce8d007mo ago

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

hanxiao
47dc2397mo ago

update model.py: fix rope_theta comment (1000000)

hanxiao
263820d7mo ago

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

hanxiao
aa8815e7mo ago

Fix rope_theta default: 250000 -> 1000000

hanxiao
06059c97mo ago

Convert weights to float32 for better precision (was float16)

hanxiao
093761d7mo ago

fix rope_theta: 250000 -> 1000000

hanxiao
68ad9b67mo ago

fix README rendering: pure markdown, no HTML details tags

hanxiao
6160eff7mo ago

rewrite README to match upstream format

hanxiao
e16dec17mo ago

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

hanxiao
2ae9b307mo ago

fix usage: add huggingface_hub download, show full runnable example

hanxiao
076025c7mo ago

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

hanxiao
2533c6f7mo ago

Initial upload: MLX float16

hanxiao
8839d157mo ago

initial commit

hanxiao