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

BSC-NLP4BIA
/
biomedical-term-classifier

Text Classification
sentence-transformers
PyTorch
Spanish
roberta
bert
biomedical
lexical semantics
bionlp
Model card Files Files and versions
xet
Community
1

Instructions to use BSC-NLP4BIA/biomedical-term-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use BSC-NLP4BIA/biomedical-term-classifier with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("BSC-NLP4BIA/biomedical-term-classifier")
    
    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
biomedical-term-classifier
1.01 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
284c861 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    3.4 kB
    Update README.md about 2 years ago
  • config.json
    1.72 kB
    Upload 2 files about 2 years ago
  • model.safetensors
    504 MB
    xet
    Adding `safetensors` variant of this model over 1 year ago
  • pytorch_model.bin
    504 MB
    xet
    Upload 2 files about 2 years ago