Instructions to use WhereIsAI/pubmed-angle-large-en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use WhereIsAI/pubmed-angle-large-en with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("WhereIsAI/pubmed-angle-large-en") sentences = [ "The weather is lovely today.", "It's so sunny outside!", "He drove to the stadium." ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [3, 3] - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 395e075bafc91c159e442df5e0b7a47da23ee3bb8cd172d56243a96c1db653cc
- Size of remote file:
- 5.24 kB
- SHA256:
- ef97ed325aa82783b2dea15a754061c85d83f5a6247229447c492d9cd2fdfc50
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.