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:
- 8c8c3d15bd5c9b4ab29599f46103a0586c341543c41fa003147ba088a7211af9
- Size of remote file:
- 641 Bytes
- SHA256:
- 540ef62a596a6b2570e62d4ff38157ea6503ee2c4fc96edc3e616db80d667280
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.