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
| # 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 . |