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
Update Directory.txt
Browse files- Directory.txt +10 -2
Directory.txt
CHANGED
|
@@ -1,5 +1,13 @@
|
|
| 1 |
agentic_uann_model/
|
| 2 |
βββ app.py
|
|
|
|
| 3 |
βββ requirements.txt
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
agentic_uann_model/
|
| 2 |
βββ app.py
|
| 3 |
+
βββ api.py
|
| 4 |
βββ requirements.txt
|
| 5 |
+
βββ models/
|
| 6 |
+
β βββ gating_network.py
|
| 7 |
+
β βββ vision_expert.py
|
| 8 |
+
β βββ audio_expert.py
|
| 9 |
+
β βββ sensor_expert.py
|
| 10 |
+
β βββ moe_model.py
|
| 11 |
+
βββ utils/
|
| 12 |
+
βββ data_loader.py
|
| 13 |
+
βββ helper_functions.py
|