Sentence Similarity
sentence-transformers
PyTorch
English
new
feature-extraction
formbench
patent-retrieval
chemistry
formulations
materials-science
custom_code
text-embeddings-inference
Instructions to use Formbench-anon/gte-large-formbench-mnrl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use Formbench-anon/gte-large-formbench-mnrl with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("Formbench-anon/gte-large-formbench-mnrl", trust_remote_code=True) 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:
- 36d7045f2a64567386e16768bbd477510dce94c9b82a3658731a9fd9d4fc8bd3
- Size of remote file:
- 15.9 kB
- SHA256:
- 3e0fc0234ebd2bcb3165419b5475ccc70e7250391ac5762275e0682c3c002dbf
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.