caizhi1 commited on
Commit
991485f
·
1 Parent(s): cde2d32

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -6
README.md CHANGED
@@ -23,20 +23,46 @@ We are excited to announce the official open-source release of Ring-mini-linear-
23
  Building on the success of our Ling 2.0 series, this model continues to leverage a powerful hybrid architecture of linear and standard attention, perfectly balancing high performance with superior efficiency. By integrating our proven MoE design with optimizations like a 1/32 expert activation ratio and MTP layers, Ring-mini-linear achieves the performance of a massive 8 B dense model while activating only 1.4 B parameters. This model was converted from Ling-mini-base-2.0, further trained on an additional xx B tokens.
24
  When it comes to benchmarks, Ring-mini-linear-2.0 not only holds its own against standard attention models (like ring-mini-2) but also outperforms other open-source MoE and Dense models in its class on several demanding tasks. Plus, with native support for a 128k long context, it's faster and more precise than ever, especially when handling long-form inputs and outputs.
25
 
26
- <p align="center">
27
- <img src="https://cdn-uploads.huggingface.co/production/uploads/68d20104a6f8ea66da0cb447/v3t1CFN2MSZznYFej2Oc6.webp" width="800">
28
- </p>
 
 
 
29
 
30
  ## Evaluation
31
- <p align="center">
32
- <img src="https://cdn-uploads.huggingface.co/production/uploads/68d20104a6f8ea66da0cb447/_tjjgBEBlankfrWUY0N9i.png" width="1000">
33
- </p>
 
 
 
 
 
 
 
34
 
35
  ## Linear Attention, Highly Sparse,High-Speed Generation
36
 
37
  Thanks to its hybrid attention mechanism and highly sparse MoE architecture, Ring-mini-linear-2.0 achieves near-linear time complexity and constant space complexity, resulting in outstanding inference efficiency. To fully demonstrate this advantage, we conducted a head-to-head comparison between our model and top-tier competitors of similar size or performance.
38
  The results are remarkable. In the prefill stage, Ring-mini-linear-2.0's performance is exceptional; when the context length exceeds 256k, its throughput is over 12 times higher than that of Qwen3-8B. Furthermore, in the high-concurrency decode stage, its capabilities are even more pronounced. For generation lengths exceeding 32k, its throughput easily surpasses 12 times that of Qwen3-8B.
39
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  ## Model Downloads
41
 
42
  <div align="center">
 
23
  Building on the success of our Ling 2.0 series, this model continues to leverage a powerful hybrid architecture of linear and standard attention, perfectly balancing high performance with superior efficiency. By integrating our proven MoE design with optimizations like a 1/32 expert activation ratio and MTP layers, Ring-mini-linear achieves the performance of a massive 8 B dense model while activating only 1.4 B parameters. This model was converted from Ling-mini-base-2.0, further trained on an additional xx B tokens.
24
  When it comes to benchmarks, Ring-mini-linear-2.0 not only holds its own against standard attention models (like ring-mini-2) but also outperforms other open-source MoE and Dense models in its class on several demanding tasks. Plus, with native support for a 128k long context, it's faster and more precise than ever, especially when handling long-form inputs and outputs.
25
 
26
+ <div style="display: flex; justify-content: center;">
27
+ <div style="text-align: center;">
28
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/68d20104a6f8ea66da0cb447/v3t1CFN2MSZznYFej2Oc6.webp" width="800">
29
+ <p style="margin-top: 8px; font-size: 14px;"><strong>Figure xx:</strong> demo</p>
30
+ </div>
31
+ </div>
32
 
33
  ## Evaluation
34
+ <!-- <p align="center">
35
+ <!-- <img src="https://cdn-uploads.huggingface.co/production/uploads/68d20104a6f8ea66da0cb447/_tjjgBEBlankfrWUY0N9i.png" width="1000"> -->
36
+ </p> -->
37
+ <div style="display: flex; justify-content: center;">
38
+ <div style="text-align: center;">
39
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/68d20104a6f8ea66da0cb447/OyvwJdc0qRIJiHM1VJgwO.gif" width="1000">
40
+ <p style="margin-top: 8px; font-size: 14px;"><strong>Figure xx:</strong> Hybrid Linear Model Architecture</p>
41
+ </div>
42
+ </div>
43
+
44
 
45
  ## Linear Attention, Highly Sparse,High-Speed Generation
46
 
47
  Thanks to its hybrid attention mechanism and highly sparse MoE architecture, Ring-mini-linear-2.0 achieves near-linear time complexity and constant space complexity, resulting in outstanding inference efficiency. To fully demonstrate this advantage, we conducted a head-to-head comparison between our model and top-tier competitors of similar size or performance.
48
  The results are remarkable. In the prefill stage, Ring-mini-linear-2.0's performance is exceptional; when the context length exceeds 256k, its throughput is over 12 times higher than that of Qwen3-8B. Furthermore, in the high-concurrency decode stage, its capabilities are even more pronounced. For generation lengths exceeding 32k, its throughput easily surpasses 12 times that of Qwen3-8B.
49
 
50
+ <div style="display: flex; justify-content: center; align-items: flex-start; gap: 20px;">
51
+ <div style="text-align: center;">
52
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/68d20104a6f8ea66da0cb447/O9gHLIOCdpWvBbPC6bMM5.webp" width="500">
53
+ <p style="margin-top: 8px; font-size: 14px;"><strong>Figure xx:</strong> Ring-mini-linear-2.0 prefill throughput</p>
54
+ </div>
55
+
56
+ <div style="text-align: center;">
57
+ <p align="center">
58
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/68d20104a6f8ea66da0cb447/AvMTStWFX-Frzv-vOzyr6.webp" width="500">
59
+ </p>
60
+ <p style="margin-top: 8px; font-size: 14px;"><strong>Figure xx:</strong> Ring-mini-linear-2.0 decode throughput</p>
61
+ </div>
62
+
63
+ </div>
64
+
65
+
66
  ## Model Downloads
67
 
68
  <div align="center">