Sentence Similarity
sentence-transformers
Safetensors
bert
feature-extraction
dataset_size:10K<n<100K
loss:BatchAllTripletLoss
text-embeddings-inference
Instructions to use abideen/router-embedding with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use abideen/router-embedding with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("abideen/router-embedding") sentences = [ "How do bees make honey?", "How do plants make their food?", "How do the themes of transience and human triumph over it manifest in the story?", "Discuss the significance of the mentorship program in Sarah's professional growth within the company." ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
80302cc | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0e0ba38a2c8d7ecbe28d965460a8f2472ef96b1dc6667f2137a55885dd7b34e8
size 149735189
|