SAVRN
Search Contact SAVRN

Open-weight model · Sentence similarity

distiluse-base-multilingual-cased-v2

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

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 Downloads1.2M

Runs On

What it takes to serve distiluse-base-multilingual-cased-v2 (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-v2

We keep encoders this size for jobs where a GPU is optional. At 135 million parameters and 0.3 gigabytes of memory at 16-bit, this multilingual sentence model fits in the corner of any accelerator, and the cheapest listed setup, one MI300X at $1.85 an hour, only makes sense as a sidecar to something larger on the same card. The format list matters more: safetensors, ONNX, OpenVINO, PyTorch and TensorFlow are all published, so it can run on CPU inference boxes where that hourly rate never applies. Output is a 512-dimensional vector per input.

Apache 2.0 permits commercial use, so it can ship inside a product with only the notices retained. Check two things: the 512-token context means long documents get chunked before embedding, and the repository is 30 files and 5.3 gigabytes across those formats, so pull only what your runtime needs. Its paper is Sentence-BERT, arXiv:1908.10084.

Model Card

By Sentence Transformers, published under apache-2.0, revision bfe45d0732ca.

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-v2')
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-v2
Publisher
Sentence Transformers
Task
Sentence similarity
Modality
Text
Library
sentence-transformers
Parameters
135M parameters
Languages
ar, bg, ca, cs, da, de, el, en
Revision
bfe45d0732ca50787611c0fe107ba278c7f3f889
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.5 KB
Other2 files · 590.2 KB
Repository1 file · 744 B
Every file
FileTypeSizeSHA-256
2_Dense/model.safetensorsWeights1.6 MB 0a21b1ce908e
2_Dense/pytorch_model.binWeights1.6 MB 64fe81485f48
model.safetensorsWeights538.9 MB e8c2aed21297
onnx/model.onnxWeights539.0 MB 698b5efe2a2e
onnx/model_O1.onnxWeights539.0 MB 905fe98722b1
onnx/model_O2.onnxWeights539.0 MB 50dc10f1a1b6
onnx/model_O3.onnxWeights539.0 MB 3af976017c59
onnx/model_O4.onnxWeights269.5 MB 2475f5fb6596
onnx/model_qint8_arm64.onnxWeights135.3 MB c78c64bb0446
onnx/model_qint8_avx512.onnxWeights135.3 MB c78c64bb0446
onnx/model_qint8_avx512_vnni.onnxWeights135.3 MB c78c64bb0446
onnx/model_quint8_avx2.onnxWeights135.4 MB 6a5852e0da9c
openvino/openvino_model.binWeights538.9 MB 49dd1b2e6642
openvino/openvino_model_qint8_quantized.binWeights135.7 MB bf548ee8c71a
pytorch_model.binWeights539.0 MB 0ea26561995c
tf_model.h5Weights539.1 MB aae68cf03ba8
1_Pooling/config.jsonConfiguration190 B
2_Dense/config.jsonConfiguration114 B
config.jsonConfiguration610 B
config_sentence_transformers.jsonConfiguration122 B
modules.jsonConfiguration341 B
sentence_bert_config.jsonConfiguration53 B
special_tokens_map.jsonConfiguration112 B
README.mdDocumentation2.5 KB
openvino/openvino_model.xmlOther217.6 KB
openvino/openvino_model_qint8_quantized.xmlOther372.6 KB
.gitattributesRepository744 B
tokenizer.jsonTokenizer2.0 MB
tokenizer_config.jsonTokenizer531 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-v2

Questions About distiluse-base-multilingual-cased-v2

How much GPU memory does distiluse-base-multilingual-cased-v2 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-v2 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-v2 commercially?

Yes. distiluse-base-multilingual-cased-v2 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-v2'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