SAVRN
Search Contact SAVRN

Open-weight model · Sentence similarity

distiluse-base-multilingual-cased-v1

by Sentence Transformers sentence-transformers/distiluse-base-multilingual-cased-v1

This is a sentence-transformers model: It maps sentences & paragraphs to a 512 dimensional dense vector space and can be used for tasks like clustering or semantic search.

Parameters135M
Context512
Weights5.3 GB
Licenseapache-2.0
AccessOpen weights
Monthly Downloads1M

Runs On

What it takes to serve distiluse-base-multilingual-cased-v1 (135M parameters): the memory its weights need at each precision, and the cheapest way to rent enough data-center GPUs to hold them.

PrecisionWeightsMemory neededCheapest setupPer hourAlso fits
16-bit 0.3 GB 0.3 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00
8-bit 0.1 GB 0.2 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00
4-bit 0.1 GB 0.1 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00

Memory is the weights at that precision plus 20% for the runtime and a short context; a long context needs more. Prices are the lowest on-demand hourly rates in the SAVRN Index, read Sep 18, 2026.

SAVRN's Notes on distiluse-base-multilingual-cased-v1

Ask what an embedding service costs to host and this one answers with 0.3 GB: at 16-bit the weights and the working memory both sit at that figure, so the cheapest host in our table, a single MI300X with 192 GB at $1.85 an hour, is oversized for it alone. You run it as a sidecar next to whatever generation model occupies the card, turning sentences and paragraphs into 512-dimensional vectors for clustering or semantic search. Sentence Transformers built it on DistilBERT with a 119,547-entry vocabulary.

Apache 2.0 covers commercial use, modification and redistribution, with the duty to keep license and copyright notices and state significant changes, and it carries a patent grant. Check the 512-token context before committing: longer passages must be chunked ahead of embedding. The files ship in safetensors, ONNX, OpenVINO, PyTorch and TensorFlow, and the method is written up in arXiv:1908.10084.

Model Card

By Sentence Transformers, published under apache-2.0, revision 826fee3d516e.

This is a sentence-transformers model: It maps sentences & paragraphs to a 512 dimensional dense vector space and can be used for tasks like clustering or semantic search.

Usage (Sentence-Transformers)

Using this model becomes easy when you have sentence-transformers installed:

pip install -U sentence-transformers

Then you can use the model like this:

from sentence_transformers import SentenceTransformer
sentences = ["This is an example sentence", "Each sentence is converted"]

model = SentenceTransformer('sentence-transformers/distiluse-base-multilingual-cased-v1')
embeddings = model.encode(sentences)
print(embeddings)

Full Model Architecture

SentenceTransformer(
  (0): Transformer({'max_seq_length': 128, 'do_lower_case': False}) with Transformer model: DistilBertModel 
  (1): Pooling({'word_embedding_dimension': 768, 'pooling_mode_cls_token': False, 'pooling_mode_mean_tokens': True, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False})
  (2): Dense({'in_features': 768, 'out_features': 512, 'bias': True, 'activation_function': 'torch.nn.modules.activation.Tanh'})
)

Citing & Authors

This model was trained by sentence-transformers.

If you find this model helpful, feel free to cite our publication Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks:

Read the full model card (183 words)

Configuration

Architecture
DistilBertModel
Context length (tokens)
512
Vocabulary size
119,547
Model type
distilbert

Identity and Version

Repository
sentence-transformers/distiluse-base-multilingual-cased-v1
Publisher
Sentence Transformers
Task
Sentence similarity
Modality
Text
Library
sentence-transformers
Parameters
135M parameters
Languages
ar, zh, nl, en, fr, de, it, ko
Revision
826fee3d516ebb14987355af373f5b69101c7006
First published
2022-03-02
Last updated
2025-03-06

Files and Weights

30 files, 5.3 GB in total. The weights are 16 files totalling 5.3 GB in bin, h5, onnx, safetensors.

Weights16 files · 5.3 GB
Configuration7 files · 1.5 KB
Tokenizer3 files · 3.0 MB
Documentation1 file · 2.2 KB
Other2 files · 590.2 KB
Repository1 file · 744 B
Every file
FileTypeSizeSHA-256
2_Dense/model.safetensorsWeights1.6 MB f8893703d8a6
2_Dense/pytorch_model.binWeights1.6 MB 55f239314f9d
model.safetensorsWeights538.9 MB a8c22f695296
onnx/model.onnxWeights539.0 MB 44fbf16e7072
onnx/model_O1.onnxWeights539.0 MB ff2e2ee741ce
onnx/model_O2.onnxWeights539.0 MB c19c162affe4
onnx/model_O3.onnxWeights539.0 MB 8ceae59b5460
onnx/model_O4.onnxWeights269.5 MB 582e3f1ab726
onnx/model_qint8_arm64.onnxWeights135.3 MB e0f8cf6efba9
onnx/model_qint8_avx512.onnxWeights135.3 MB e0f8cf6efba9
onnx/model_qint8_avx512_vnni.onnxWeights135.3 MB e0f8cf6efba9
onnx/model_quint8_avx2.onnxWeights135.4 MB 8bd3991c7c37
openvino/openvino_model.binWeights538.9 MB 106b129b2501
openvino/openvino_model_qint8_quantized.binWeights135.7 MB 881ddde6b7ff
pytorch_model.binWeights539.0 MB 03df542359d5
tf_model.h5Weights539.1 MB 51e468d470af
1_Pooling/config.jsonConfiguration190 B
2_Dense/config.jsonConfiguration114 B
config.jsonConfiguration556 B
config_sentence_transformers.jsonConfiguration122 B
modules.jsonConfiguration341 B
sentence_bert_config.jsonConfiguration53 B
special_tokens_map.jsonConfiguration112 B
README.mdDocumentation2.2 KB
openvino/openvino_model.xmlOther217.6 KB
openvino/openvino_model_qint8_quantized.xmlOther372.6 KB
.gitattributesRepository744 B
tokenizer.jsonTokenizer2.0 MB
tokenizer_config.jsonTokenizer452 B
vocab.txtTokenizer995.5 KB

License and Download

License
apache-2.0
Access
Open weights, no gate
Download size
5.3 GB
Download from Sentence Transformers

Released by Sentence Transformers through its official repository on Hugging Face. Read the license.

Built From

Memory Requirements

PrecisionWeights in memory
As published5.3 GB
16-bit0.3 GB
8-bit0.1 GB
4-bit0.1 GB

Weights only, from the published parameter count; the key-value cache and runtime add to this.

Compare distiluse-base-multilingual-cased-v1

Questions About distiluse-base-multilingual-cased-v1

How much GPU memory does distiluse-base-multilingual-cased-v1 need?

About 0.3 GB at 16-bit and 0.1 GB at 4-bit: the weights (135M parameters) plus a working margin. A long context needs more.

What is the cheapest GPU to run distiluse-base-multilingual-cased-v1 on?

At 16-bit, 1x MI300X from $1.85 an hour; at 4-bit, 1x MI300X from $1.85 an hour, at the lowest on-demand prices the SAVRN Index lists.

Can I use distiluse-base-multilingual-cased-v1 commercially?

Yes. distiluse-base-multilingual-cased-v1 is released under Apache License 2.0. The Apache License 2.0 is a permissive open-source license. It permits commercial use, modification and redistribution. It requires keeping the license and copyright notices and any NOTICE file, stating significant changes, and it includes an express patent grant from contributors.

What is distiluse-base-multilingual-cased-v1's context length?

512 tokens, from the maximum position embeddings in its published configuration.

Similar Models

This is a sentence-transformers model: It maps sentences & paragraphs to a 512 dimensional dense vector space and can be used for tasks like clustering or semantic search. Using this model becomes easy when you have sentence-transformers installed: Then you can use the model like this: This model was trained by sentence-transformers. If you find this model helpful, feel free to cite our publication Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks

Open weights apache-2.0 135M parameters 512 tokens sentence-transformers

Model · Sentence similarity

nomic-embed-text-v1.5

Nomic AI

Exciting Update!: nomic-embed-text-v1.5 is now multimodal! nomic-embed-vision-v1.5 is aligned to the embedding space of nomic-embed-text-v1.5, meaning any text embedding is multimodal! Important: the text prompt must include a task instruction prefix, instructing the model which task is being performed. For example, if you are implementing a RAG application, you embed your documents as searchdocument: and embed your user queries as searchquery:. Notice: From transformers v5.5.0 and sentence transformers v5.3.0, trustremotecode=True will no longer be necessary. This will only be possible with the text-only series as of now. This prefix is used for embedding texts as documents, for example as…

Open weights apache-2.0 137M parameters 2,048 tokens sentence-transformers

Model · Sentence similarity

nomic-embed-text-v1

Nomic AI

nomic-embed-text-v1 is 8192 context length text encoder that surpasses OpenAI text-embedding-ada-002 and text-embedding-3-small performance on short and long context tasks. Exciting Update!: nomic-embed-text-v1 is now multimodal! nomic-embed-vision-v1 is aligned to the embedding space of nomic-embed-text-v1, meaning any text embedding is multimodal! Important: the text prompt must include a task instruction prefix, instructing the model which task is being performed. For example, if you are implementing a RAG application, you embed your documents as searchdocument: and embed your user queries as searchquery:. Notice: From transformers v5.5.0 and sentence transformers v5.3.0…

Open weights apache-2.0 137M parameters 8,192 tokens sentence-transformers

This is a sentence-transformers model: It maps sentences & paragraphs to a 384 dimensional dense vector space and can be used for tasks like clustering or semantic search. Using this model becomes easy when you have sentence-transformers installed: Then you can use the model like this: Without sentence-transformers, you can use the model like this: First, you pass your input through the transformer model, then you have to apply the right pooling-operation on-top of the contextualized word embeddings. This model was trained by sentence-transformers. If you find this model helpful, feel free to cite our publication Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks

Open weights apache-2.0 118M parameters 512 tokens sentence-transformers

Model · Sentence similarity

multilingual-e5-small

Liang Wang

Liang Wang, Nan Yang, Xiaolong Huang, Linjun Yang, Rangan Majumder, Furu Wei, arXiv 2024 This model has 12 layers and the embedding size is 384. Below is an example to encode queries and passages from the MS-MARCO passage ranking dataset. This model is initialized from microsoft/Multilingual-MiniLM-L12-H384 and continually trained on a mixture of multilingual datasets. It supports 100 languages from xlm-roberta, but low-resource languages may see performance degradation. For all labeled datasets, we only use its training set for fine-tuning. For other training details, please refer to our paper at https://arxiv.org/pdf/2402.05672. Check out unilm/e5 to reproduce evaluation results on the…

Open weights mit 118M parameters 512 tokens sentence-transformers

Model · Sentence similarity

contact_dedupe_STx_model

Gourav

This is a LinkTransformer model. At its core this model this is a sentence transformer model sentence-transformers model- it just wraps around the class. It is designed for quick and easy record linkage (entity-matching) through the LinkTransformer package. The tasks include clustering, deduplication, linking, aggregation and more. Notwithstanding that, it can be used for any sentence similarity task within the sentence-transformers framework as well. It maps sentences & paragraphs to a 384 dimensional dense vector space and can be used for tasks like clustering or semantic search. Take a look at the documentation of sentence-transformers if you want to use this model for more than what we…

Open weights 118M parameters 512 tokens sentence-transformers