Instructions to use lambdaofgod/query-titles-nbow-nbow-mnrl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use lambdaofgod/query-titles-nbow-nbow-mnrl with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("lambdaofgod/query-titles-nbow-nbow-mnrl") 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:
- 573e2347b14f8863cf3a0d378c2e348348a53f926ce189c67c921f86b0df1a80
- Size of remote file:
- 3.52 MB
- SHA256:
- a46b134836ac4bd82e4481a4b3b4fc9d34dc1e786c8cea4a973f61428627c595
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.