Instructions to use dnnsdunca/UANN with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use dnnsdunca/UANN with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("dnnsdunca/UANN", set_active=True) - Notebooks
- Google Colab
- Kaggle
| agentic_uann_model/ | |
| βββ app.py | |
| βββ api.py | |
| βββ requirements.txt | |
| βββ models/ | |
| β βββ gating_network.py | |
| β βββ vision_expert.py | |
| β βββ audio_expert.py | |
| β βββ sensor_expert.py | |
| β βββ moe_model.py | |
| βββ utils/ | |
| βββ data_loader.py | |
| βββ helper_functions.py | |