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:
- 62339b984e8892030a6739f433d6ef024c18e42bb76aa874a854d88930854415
- Size of remote file:
- 15.9 kB
- SHA256:
- 8871c23bab1d989131031089b50196f6c5b3206f168a1c61412c09ba5eb18420
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.