Sentence Similarity
ONNX
Safetensors
sentence-transformers
light-embed
bert
feature-extraction
text-embeddings-inference
Instructions to use LightEmbed/sbert-all-MiniLM-L12-v2-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use LightEmbed/sbert-all-MiniLM-L12-v2-onnx with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("LightEmbed/sbert-all-MiniLM-L12-v2-onnx") sentences = [ "That is a happy person", "That is a happy dog", "That is a very happy person", "Today is a sunny day" ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Notebooks
- Google Colab
- Kaggle
Commit History
Add new SentenceTransformer model. 1434920 verified
Add new SentenceTransformer model. cd71211 verified
remove redundant files 4efb231
nguyenthaibinh commited on
Add new SentenceTransformer model. 5419c30 verified
new model with pooler and normalizer 612ed7a
nguyenthaibinh commited on
update model ca753ed
nguyenthaibinh commited on
add module paths to modules.json dc21d7c
nguyenthaibinh commited on
updated model 7048235
nguyenthaibinh commited on
remove redundant model 88cd9d6
nguyenthaibinh commited on
first commit 2bc37f3
nguyenthaibinh commited on