Sentence Similarity
sentence-transformers
Safetensors
bert
feature-extraction
dense
Generated from Trainer
dataset_size:291522
loss:MultipleNegativesSymmetricRankingLoss
Eval Results (legacy)
text-embeddings-inference
Instructions to use LamaDiab/MiniLM-V6Data-SemanticEngine with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use LamaDiab/MiniLM-V6Data-SemanticEngine with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("LamaDiab/MiniLM-V6Data-SemanticEngine") sentences = [ "cream 21 baby oil with almond oil", "hi, barbie! bundle", "nourishing baby oil", "material: wooden. size: 15 x 30 cm." ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- a30af8d41d7ded637cf2c62b484353de16c62357cf00ac80097ca7a1ee1799b8
- Size of remote file:
- 90.9 MB
- SHA256:
- 320486c0d72ec95abd1659c8bd328af000fee16acca976234080b60c5808f503
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.