CoolFace
Modelpublic

handwoven8588/CodeRankEmbed-flash-attn

sourceHugging Facemitupdated 3mo agoView on Hugging Face
1likes9.4kdownloads
7 commits on main
e361c6f3mo ago

README: drop pipeline_tag (feature-extraction)

handwoven8588
aa2548a3mo ago

README: reframe bf16 weights — reason is flash_attn half-precision + runtime-bf16 (not download size)

handwoven8588
79611563mo ago

README pass: base_model_relation=quantized, fix CPU-eager wording (bf16, not bit-identical), drop internal refs + first-person plural

handwoven8588
b2834223mo ago

README: fill 3090 Ti perf table (bf16 flash 2.1GB/162k tok/s vs fp32 eager 6.7GB/52k tok/s; cosine 0.9986)

handwoven8588
581207a3mo ago

v2: bf16 weights (547->274MB) + from_pretrained torch_dtype fix (loads bf16 natively) + corrected model tree (base_model=nomic-ai/CodeRankEmbed only) + bf16-derivative README

handwoven8588
22d2b3c3mo ago

CodeRankEmbed with native flash-attn varlen forward (derivative of nomic-ai/CodeRankEmbed; identical weights; flash-vs-fp32 parity cosine 0.99999, eager fallback bit-identical)

handwoven8588
4cce5bd3mo ago

initial commit

handwoven8588