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

Rostlab
/
prot_bert_bfd_ss3

Token Classification
Transformers
PyTorch
JAX
bert
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use Rostlab/prot_bert_bfd_ss3 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Rostlab/prot_bert_bfd_ss3")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Rostlab/prot_bert_bfd_ss3")
    model = AutoModelForTokenClassification.from_pretrained("Rostlab/prot_bert_bfd_ss3", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
prot_bert_bfd_ss3
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
system's picture
system HF Staff
Update config.json
0fb3d81 almost 6 years ago
  • .gitattributes
    345 Bytes
    initial commit almost 6 years ago
  • config.json
    769 Bytes
    Update config.json almost 6 years ago
  • log_history.json
    1.8 kB
    Update log_history.json almost 6 years ago
  • special_tokens_map.json
    112 Bytes
    Update special_tokens_map.json almost 6 years ago