tardellirs/brazembed-pt-br-sts
0104
brazembed-pt-br-sts — BrazEmbed-PT-BR component (Semantic similarity (STS))
A component of [BrazEmbed-PT-BR](https://huggingface.co/tardellirs/brazembed-pt-br), the contamination-clean ~110M Brazilian-Portuguese embedding system (task-routed, MTEB(por) mean_16 = 0.6567, #1 in the ~100M class). This standalone SentenceTransformer (Brazilian BERTimbau + the Semantic similarity (STS) clean weight-soup) serves the Semantic similarity (STS) tasks.
from sentence_transformers import SentenceTransformer
m = SentenceTransformer("tardellirs/brazembed-pt-br-sts") # mean-pooling, L2-normalized, no instruction prefixUse it directly for Semantic similarity (STS), or via the router (https://github.com/tardellirs/brazembed-pt-br → route.py). For one general model, use tardellirs/brazembed-pt-br. License MIT. Benchmark: MTEB(por) (leaderboard).
