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

  • Log In
  • Sign Up

Rostlab
/
prot_bert_bfd_localization

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

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

  • Libraries
  • Transformers

    How to use Rostlab/prot_bert_bfd_localization with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Rostlab/prot_bert_bfd_localization")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Rostlab/prot_bert_bfd_localization")
    model = AutoModelForSequenceClassification.from_pretrained("Rostlab/prot_bert_bfd_localization")
  • Notebooks
  • Google Colab
  • Kaggle
prot_bert_bfd_localization
538 Bytes
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
system's picture
system HF Staff
Update vocab.txt
052d2e1 over 5 years ago
  • .gitattributes
    345 Bytes
    initial commit over 5 years ago
  • special_tokens_map.json
    112 Bytes
    Update special_tokens_map.json over 5 years ago
  • vocab.txt
    81 Bytes
    Update vocab.txt over 5 years ago