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