Instructions to use debbiesoon/prot_bert_bfd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use debbiesoon/prot_bert_bfd with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="debbiesoon/prot_bert_bfd")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("debbiesoon/prot_bert_bfd") model = AutoModelForTokenClassification.from_pretrained("debbiesoon/prot_bert_bfd") - Notebooks
- Google Colab
- Kaggle
| [PAD] | |
| [UNK] | |
| [CLS] | |
| [SEP] | |
| [MASK] | |
| L | |
| A | |
| G | |
| V | |
| E | |
| S | |
| I | |
| K | |
| R | |
| D | |
| T | |
| P | |
| N | |
| Q | |
| F | |
| Y | |
| M | |
| H | |
| C | |
| W | |
| X | |
| U | |
| B | |
| Z | |
| O | |