Sentence Similarity
sentence-transformers
PyTorch
ONNX
Safetensors
OpenVINO
bert
mteb
Sentence Transformers
Eval Results (legacy)
Eval Results
text-embeddings-inference
Instructions to use Karmukilan/multilingual-e5-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use Karmukilan/multilingual-e5-small with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("Karmukilan/multilingual-e5-small") sentences = [ "The weather is lovely today.", "It's so sunny outside!", "He drove to the stadium." ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [3, 3] - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 8c6d34d43a377f4010ef14194e2171d9a3bb15fddaaa414cce8e528241c720e1
- Size of remote file:
- 471 MB
- SHA256:
- f0ccb64a2edc689fce7b1895f25146740e4075c3da28c8d0e672a8ba49c51167
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.