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

microsoft
/
BiomedNLP-BiomedBERT-base-uncased-abstract

Fill-Mask
Transformers
PyTorch
JAX
English
bert
exbert
Model card Files Files and versions
xet
Community
6

Instructions to use microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract")
    model = AutoModelForMaskedLM.from_pretrained("microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
BiomedNLP-BiomedBERT-base-uncased-abstract
1.32 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 24 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
ce5817a about 3 years ago
  • .gitattributes
    445 Bytes
    Adding `safetensors` variant of this model about 3 years ago
  • LICENSE.md
    1.07 kB
    Create LICENSE.md almost 5 years ago
  • README.md
    1.94 kB
    Updated the example sentence. over 4 years ago
  • config.json
    385 Bytes
    Add "model_type": "bert" in config.json over 4 years ago
  • flax_model.msgpack
    438 MB
    xet
    upload flax model almost 5 years ago
  • model.safetensors
    440 MB
    xet
    Adding `safetensors` variant of this model about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage"

    What is a pickle import?

    440 MB
    xet
    Bug Fix: Updating LM prediction head model weights over 4 years ago
  • tokenizer_config.json
    28 Bytes
    Upload tokenizer_config.json over 4 years ago
  • vocab.txt
    225 kB
    Update vocab.txt almost 6 years ago