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
| { | |
| "__version__": { | |
| "sentence_transformers": "3.0.1", | |
| "transformers": "4.39.3", | |
| "pytorch": "2.1.2" | |
| }, | |
| "prompts": {}, | |
| "default_prompt_name": null, | |
| "similarity_fn_name": null | |
| } |