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