Sentence Similarity
sentence-transformers
Safetensors
xlm-roberta
feature-extraction
text-embeddings-inference
Instructions to use Ericu950/TemporaryLikeAchilles with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use Ericu950/TemporaryLikeAchilles with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("Ericu950/TemporaryLikeAchilles") sentences = [ "The weather is lovely today.", "It's so sunny outside!", "He drove to the stadium." ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [3, 3] - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- b859ea9cf9b3ab4294d1a73ec0e055a34e0467038bb9b1c83c3172d8d641ccac
- Size of remote file:
- 4.53 GB
- SHA256:
- 13843123feeb0c6cd00ba99622e28b8ddfdba60c1c9125242b6bf736d12931d5
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.