Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

WhereIsAI
/
pubmed-angle-large-en

sentence-transformers
TensorBoard
Safetensors
English
bert
Model card Files Files and versions
xet
Metrics Training metrics Community

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
pubmed-angle-large-en / runs
814 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 39 commits
SeanLee97's picture
SeanLee97
Training in progress, step 18138
48af772 verified almost 2 years ago
  • Jul08_11-39-20_beta-M12SWA-TF
    Training in progress, step 500 almost 2 years ago
  • Jul08_11-53-03_beta-M12SWA-TF
    Training in progress, step 500 almost 2 years ago
  • Jul08_12-08-23_beta-M12SWA-TF
    Training in progress, step 18138 almost 2 years ago