Update README.md
Browse files
README.md
CHANGED
|
@@ -22,8 +22,7 @@ The architecture of Ling-3.0-tiny is not designed to optimize a single technical
|
|
| 22 |
|
| 23 |
+ A 3:1 KDA–MLA architecture (3 KDA layers and 1 MLA layer in every 4-layer block) enables more efficient long-context processing;
|
| 24 |
+ A sparse MoE with 128 experts activates 8 routed experts and 1 shared expert per token, enabling the model to deliver more comprehensive capabilities with only 1.3B activated parameters;
|
| 25 |
-
+ Native hybrid reasoning enables fast responses for routine tasks and multi-step reasoning for complex tasks within
|
| 26 |
-
+ The Multi-Token Prediction training objective provides a foundation for more efficient token prediction and further inference acceleration.
|
| 27 |
|
| 28 |
Together, these designs target three goals:
|
| 29 |
|
|
|
|
| 22 |
|
| 23 |
+ A 3:1 KDA–MLA architecture (3 KDA layers and 1 MLA layer in every 4-layer block) enables more efficient long-context processing;
|
| 24 |
+ A sparse MoE with 128 experts activates 8 routed experts and 1 shared expert per token, enabling the model to deliver more comprehensive capabilities with only 1.3B activated parameters;
|
| 25 |
+
+ Native hybrid reasoning enables fast responses for routine tasks and multi-step reasoning for complex tasks within one single model.
|
|
|
|
| 26 |
|
| 27 |
Together, these designs target three goals:
|
| 28 |
|