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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

pankajrajdeo
/
bioforge-stage1c-umls

Sentence Similarity
sentence-transformers
Safetensors
English
bert
biomedical
medical
healthcare
information-retrieval
semantic-search
bioforge
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use pankajrajdeo/bioforge-stage1c-umls with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use pankajrajdeo/bioforge-stage1c-umls with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("pankajrajdeo/bioforge-stage1c-umls")
    
    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
bioforge-stage1c-umls
167 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
pankajrajdeo's picture
pankajrajdeo
Update with comprehensive evaluation metrics comparison
24a4eb2 verified 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    8.47 kB
    Update with comprehensive evaluation metrics comparison 8 months ago
  • config.json
    583 Bytes
    Upload BioForge Stage 1c model 8 months ago
  • config_sentence_transformers.json
    205 Bytes
    Upload BioForge Stage 1c model 8 months ago
  • model.safetensors
    166 MB
    xet
    Upload BioForge Stage 1c model 8 months ago
  • modules.json
    229 Bytes
    Upload BioForge Stage 1c model 8 months ago
  • sentence_bert_config.json
    54 Bytes
    Upload BioForge Stage 1c model 8 months ago
  • special_tokens_map.json
    695 Bytes
    Upload BioForge Stage 1c model 8 months ago
  • tokenizer.json
    764 kB
    Upload BioForge Stage 1c model 8 months ago
  • tokenizer_config.json
    1.47 kB
    Upload BioForge Stage 1c model 8 months ago
  • vocab.txt
    248 kB
    Upload BioForge Stage 1c model 8 months ago