snowflake-arctic-embed-l-v2.0-yat

Snowflake/snowflake-arctic-embed-l-v2.0 (XLM-RoBERTa-large, pointwise GELU FFN) with every feed-forward block replaced by a sigmoid-gated Yat-kernel MLP, via two-phase distillation (random-token Phase 1 + multilingual real-activation Phase 2). Pointwise teacher -> faithful swap.

English MTEB STS avg: 0.6775 (teacher 0.7797). Multilingual STS17/STS22 reported in the repo.

from sentence_transformers import SentenceTransformer
m = SentenceTransformer("mlnomad/snowflake-arctic-embed-l-v2.0-yat", trust_remote_code=True)
m.encode(["hello world"])

Yat FFN: (softplus(ar) * (x.W+b)^2/(||x-W||^2+exp(le)) * sigmoid(gate(x))) @ A + c.

Downloads last month
24
Safetensors
Model size
0.9B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for mlnomad/snowflake-arctic-embed-l-v2.0-yat

Finetuned
(34)
this model