Sentence Similarity
sentence-transformers
Safetensors
English
bert
mteb
Sentence Transformers
Eval Results (legacy)
text-embeddings-inference
Instructions to use Alexhuou/MNLP_M2_document_encoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use Alexhuou/MNLP_M2_document_encoder with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("Alexhuou/MNLP_M2_document_encoder") 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
- Xet hash:
- 600ad20689ef3d9b5ac5bb95a91b495ca9931262f3f99d8b03fb6186c17b1f35
- Size of remote file:
- 1.34 GB
- SHA256:
- 899a39031aa9a6b636e59ffad35ebbcff6a78a2431d761b275f1b5dbab180ac1
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.