Adapters
medical
biology
chemistry
legal
code
climate
Not-For-All-Audiences
agent
text-generation-inference
Merge
Mixture of Experts
music
finance
art
Instructions to use ArielCezarManansala/CMD14 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use ArielCezarManansala/CMD14 with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("fill-in-model-name") model.load_adapter("ArielCezarManansala/CMD14", set_active=True) - Notebooks
- Google Colab
- Kaggle
from adapters import AutoAdapterModel
model = AutoAdapterModel.from_pretrained("fill-in-model-name")
model.load_adapter("ArielCezarManansala/CMD14", set_active=True)Not-For-All-Audiences
This repository has been marked as containing sensitive content and may contain potentially harmful and sensitive information.
View model card
# Gated model: Login with a HF token with gated access permission hf auth login