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

virtual-human-chc
/
prot_bert_bfd

Fill-Mask
Transformers
PyTorch
google-tensorflow TensorFlow
English
protein language model
Model card Files Files and versions
xet
Community
1

Instructions to use virtual-human-chc/prot_bert_bfd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use virtual-human-chc/prot_bert_bfd with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="virtual-human-chc/prot_bert_bfd")
    # Load model directly
    from transformers import AutoModelForMaskedLM
    model = AutoModelForMaskedLM.from_pretrained("virtual-human-chc/prot_bert_bfd", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
prot_bert_bfd
1.54 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
pavm595's picture
pavm595
initial commit
ae3ea62 verified 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    24 Bytes
    initial commit 10 months ago