Instructions to use nvidia/AMPLIFY_120M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nvidia/AMPLIFY_120M with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="nvidia/AMPLIFY_120M", trust_remote_code=True)# Load model directly from transformers import AutoModelForMaskedLM model = AutoModelForMaskedLM.from_pretrained("nvidia/AMPLIFY_120M", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add library name
#1
by nielsr HF Staff - opened
This PR ensures a "Use this model" button appears at the top right.
pstjohn changed pull request status to merged