Instructions to use GleghornLab/AMPLIFY_120M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use GleghornLab/AMPLIFY_120M with Transformers:
# Load model directly from transformers import AMPLIFY model = AMPLIFY.from_pretrained("GleghornLab/AMPLIFY_120M", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "cls_token": "<bos>", | |
| "eos_token": "<eos>", | |
| "mask_token": "<mask>", | |
| "pad_token": "<pad>", | |
| "unk_token": "<unk>" | |
| } | |