Sentence Similarity
sentence-transformers
Safetensors
English
mpnet
feature-extraction
text-embeddings-inference
Instructions to use GebeyaTalent/mpnetwithoutchunking with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use GebeyaTalent/mpnetwithoutchunking with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("GebeyaTalent/mpnetwithoutchunking") 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
File size: 134 Bytes
d9d0b5d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0b3c8c717335c801abb15983036a6f1df4b6943fd6b93717969efd96d22eeec6
size 437967672
|