Instructions to use AI4Protein/deep_bpe_3200 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AI4Protein/deep_bpe_3200 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="AI4Protein/deep_bpe_3200")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("AI4Protein/deep_bpe_3200") model = AutoModelForMaskedLM.from_pretrained("AI4Protein/deep_bpe_3200", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
62a075d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:563fdcf168a342e5d88a03712e2eeb3e06aa1e6611109ec19f45c598b201eb68
size 352771445
|