Sentence Similarity
sentence-transformers
TensorBoard
Safetensors
bert
feature-extraction
Generated from Trainer
dataset_size:2467
loss:MultipleNegativesRankingLoss
Eval Results (legacy)
text-embeddings-inference
Instructions to use romain125/outputs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use romain125/outputs with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("romain125/outputs") 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:
- 77dc3d4fce0d076c99c0646439de3c9ecd4de828e88bd2425b832cb769a45340
- Size of remote file:
- 17.1 MB
- SHA256:
- ef04f2b385d1514f500e779207ace0f53e30895ce37563179e29f4022d28ca38
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.