Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
| 1 |
---
|
| 2 |
license: cc0-1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |

|
| 5 |
|
|
@@ -28,5 +38,4 @@ VDrontV3 is a transformer-based architecture that implements a hybrid Mixture of
|
|
| 28 |
|
| 29 |
Base Block: After the expert block, the hidden states pass through a shared, fixed "Base Block" (green box) consisting of standard transformer layers. This provides a common foundation for all routing paths.
|
| 30 |
|
| 31 |
-
Output Block & Mode Block: The final layers form an "Output Block" (also multi-version) that feeds into the LM head. Crucially, the architecture includes a "ModeBlock" (yellow box), which suggests the model can switch between different inference modes by selecting different versions of the output block.
|
| 32 |
-
|
|
|
|
| 1 |
---
|
| 2 |
license: cc0-1.0
|
| 3 |
+
datasets:
|
| 4 |
+
- HuggingFaceFW/fineweb-edu
|
| 5 |
+
tags:
|
| 6 |
+
- MoE
|
| 7 |
+
- VDront
|
| 8 |
+
- AI
|
| 9 |
+
- LMM
|
| 10 |
+
- LM
|
| 11 |
+
- 200m
|
| 12 |
+
- 100m
|
| 13 |
---
|
| 14 |

|
| 15 |
|
|
|
|
| 38 |
|
| 39 |
Base Block: After the expert block, the hidden states pass through a shared, fixed "Base Block" (green box) consisting of standard transformer layers. This provides a common foundation for all routing paths.
|
| 40 |
|
| 41 |
+
Output Block & Mode Block: The final layers form an "Output Block" (also multi-version) that feeds into the LM head. Crucially, the architecture includes a "ModeBlock" (yellow box), which suggests the model can switch between different inference modes by selecting different versions of the output block.
|
|
|