Views
No views yet
mean_16 = 0.6372 (≈ the prior ~100M leader). For the
headline 0.6567 (the task-routed system, #1 in the ~100M class), see 🛠️ https://github.com/tardellirs/brazembed-pt-br.1from sentence_transformers import SentenceTransformer
2m = SentenceTransformer("tardellirs/brazembed-pt-br") # mean-pooling, L2-normalized, no instruction prefix
3emb = m.encode(["O Brasil é um país tropical da América do Sul."], normalize_embeddings=True)| Model | params | mean_16 |
|---|---|---|
| BrazEmbed-PT-BR (routed) | 110M | 0.6567 |
| BrazEmbed-PT-BR (single, this) | 110M | 0.6372 |
| serafim-100m | 100M | 0.6313 |
| multilingual-e5-small | 118M | 0.6142 |
| granite-embedding-107m | 107M | 0.6080 |