Initialize Expert Manifold documentation
Browse files
README.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
tags:
|
| 5 |
+
- mtrinido
|
| 6 |
+
- moe-experts
|
| 7 |
+
- wnmoe
|
| 8 |
+
- manifold
|
| 9 |
+
model_name: Mtrini-Tellus 128B Expert Manifold
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# 🧠 Mtrini-Tellus 128B Expert Manifold
|
| 13 |
+
|
| 14 |
+
This repository contains the **dynamic weight shards** for the Mtrini-Tellus 128B architecture.
|
| 15 |
+
|
| 16 |
+
### ⚡ Role in WNMOE
|
| 17 |
+
These experts are not loaded at once. The **WNMOE (When Needed Mixture of Experts)** system uses this repository as a remote hydration source, pulling individual expert tensors into the active compute manifold based on token-routing requirements.
|
| 18 |
+
|
| 19 |
+
- **Expert Count**: 128 Clusters
|
| 20 |
+
- **Architecture**: Neuron-Packed Sparse Manifold
|
| 21 |
+
- **Verification**: Compiwer AI Environment Standard
|
| 22 |
+
|
| 23 |
+
*This manifold is managed by the Mtrinido V4 AI Factory.*
|