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

  • Log In
  • Sign Up

Rostlab
/
prot_bert

Fill-Mask
Transformers
PyTorch
protein language model
protein
Model card Files Files and versions
xet
Community
9

Instructions to use Rostlab/prot_bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Rostlab/prot_bert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="Rostlab/prot_bert")
    # Load model directly
    from transformers import AutoModelForMaskedLM
    model = AutoModelForMaskedLM.from_pretrained("Rostlab/prot_bert", dtype="auto")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

OSError: data/tokenizer is not a local folder and is not a valid model identifier

#9 opened over 1 year ago by
carolina-alvarez

Bug on Example 1 & 2

#8 opened over 2 years ago by
cyrilgabriele

Adding `safetensors` variant of this model

#7 opened over 2 years ago by
SFconvertbot

Adding `safetensors` variant of this model

#1 opened over 3 years ago by
Narsil
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs