Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • 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
672 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 52 commits
SeanLee97's picture
SeanLee97
Update README.md
77025b7 verified almost 2 years ago
  • 1_Pooling
    Create 1_Pooling/config.json about 2 years ago
  • runs
    Training in progress, step 18138 about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    6.06 kB
    Update README.md almost 2 years ago
  • angle.config
    296 Bytes
    Training in progress, step 100 about 2 years ago
  • config.json
    677 Bytes
    Add new SentenceTransformer model. about 2 years ago
  • config_sentence_transformers.json
    201 Bytes
    Add new SentenceTransformer model. about 2 years ago
  • generation_config.json
    112 Bytes
    End of training about 2 years ago
  • model.safetensors
    670 MB
    xet
    Add new SentenceTransformer model. about 2 years ago
  • modules.json
    229 Bytes
    Add new SentenceTransformer model. about 2 years ago
  • sentence_bert_config.json
    53 Bytes
    Create sentence_bert_config.json about 2 years ago
  • special_tokens_map.json
    695 Bytes
    Training in progress, step 100 about 2 years ago
  • tokenizer.json
    711 kB
    Training in progress, step 100 about 2 years ago
  • tokenizer_config.json
    1.24 kB
    Training in progress, step 100 about 2 years ago
  • training_args.bin
    5.24 kB
    xet
    Training in progress, step 500 about 2 years ago
  • vocab.txt
    232 kB
    Training in progress, step 100 about 2 years ago