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