Instructions to use titantv090/dormant-model-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use titantv090/dormant-model-2 with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("titantv090/dormant-model-2", set_active=True) - Notebooks
- Google Colab
- Kaggle
File size: 211 Bytes
96bf91c | 1 2 3 4 5 6 7 8 | # Install the Hugging Face CLI
curl -LsSf https://hf.co/cli/install.sh | bash
# (optional) Login with your Hugging Face credentials
hf auth login
# Push your model files
hf upload titantv090/dormant-model-2 . |