Sentence Similarity
sentence-transformers
PyTorch
Safetensors
English
bert
feature-extraction
mteb
Eval Results (legacy)
text-embeddings-inference
Instructions to use avsolatorio/GIST-Embedding-v0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use avsolatorio/GIST-Embedding-v0 with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("avsolatorio/GIST-Embedding-v0") 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] - Inference
- Notebooks
- Google Colab
- Kaggle
Commit ·
676ab9c
1
Parent(s): 3ab186c
Upload README and MTEB results
Browse filesSigned-off-by: Aivin V. Solatorio <avsolatorio@gmail.com>
README.md
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|