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