CoolFace
Modelpublic

tardellirs/brazembed-pt-br-sts

sourceHugging Facemitupdated 3mo agoView on Hugging Face
0likes104downloads
Model Card

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.

python
from sentence_transformers import SentenceTransformer
m = SentenceTransformer("tardellirs/brazembed-pt-br-sts")   # mean-pooling, L2-normalized, no instruction prefix

Use 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).