distiluse-base-multilingual-cased-v2
1.5M
195
512
Small context
50 languages
license:apache-2.0
by
sentence-transformers
Embedding Model
OTHER
High
1.5M downloads
Battle-tested
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary
sentence-transformers/distiluse-base-multilingual-cased-v2 This is a sentence-transformers model: It maps sentences & paragraphs to a 512 dimensional dense vec...
Code Examples
Usage (Sentence-Transformers)text
pip install -U sentence-transformerspython
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)Deploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.