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