Instructions to use sentence-transformers/gtr-t5-xxl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use sentence-transformers/gtr-t5-xxl with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("sentence-transformers/gtr-t5-xxl") 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:
- 38868eaedb586ba1202ba4a8f36faa4eedf76d105bab5a837ba2618be131e643
- Size of remote file:
- 9.73 GB
- SHA256:
- d91e787d70c255d756e693fd208887203cdcd43a0775131b7c95c80501a91035
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.