CoolFace
Modelpublic

tardellirs/brazembed-pt-br-retrieval

sourceHugging Facemitupdated 3mo agoView on Hugging Face
1likes527downloads
Model Card

brazembed-pt-br-retrieval — BrazEmbed-PT-BR component (Retrieval & Reranking)

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 Retrieval & Reranking clean weight-soup) serves the Retrieval & Reranking tasks.

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

Use it directly for Retrieval & Reranking, 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).