skip to content
gigarouter gigarouter
models / embeddings · coming soon

Static Retrieval MRL EN V1

sentence-transformers/static-retrieval-mrl-en-v1

published Oct 2024 · updated Jan 2025

Static Retrieval MRL EN V1 is a static embedding model that maps sentences and paragraphs to a 1024-dimensional dense vector space using pre-computed token embeddings, optimized for semantic search with Matryoshka representation learning.

status
coming soon
API providers
0
license
apache-2.0

specs

TaskEmbedding / Semantic Search
ArchitectureStaticEmbedding (EmbeddingBag with BERT uncased tokenizer)
Parameters0 active parameters (pre-computed token embeddings)
LicenseApache 2.0
Output Dimensionality1024 (truncatable via Matryoshka)
Similarity FunctionCosine Similarity

best for

FAQ

What is the primary use case for this model?

Semantic search and information retrieval where speed and low resource usage are critical. It is designed for efficient nearest neighbor search.

How does this model compare in speed to all-mpnet-base-v2?

It is 100-400x faster on CPU and 10-25x faster on GPU while achieving 87.4% of its retrieval performance.

What license is this model released under?

Apache 2.0.

Can I use a smaller embedding dimensionality?

Yes, the model was trained with Matryoshka loss, allowing you to truncate the embedding dimension (e.g., to 256) with minimal performance loss. Use the truncate_dim parameter.

How do I call this model via the gigarouter API?

Use the OpenAI-compatible endpoint with your API key. Refer to gigarouter documentation for endpoint details.

not yet live

We're benchmarking and onboarding Static Retrieval MRL EN V1 as a hosted, OpenAI-compatible API. Sign in for free credit and be ready when it lands, or tell us you want it and we'll prioritize it.

related embeddings models

compare all →