Update README.md
Browse files
README.md
CHANGED
|
@@ -4,19 +4,29 @@ pipeline_tag: text-generation
|
|
| 4 |
library_name: transformers
|
| 5 |
---
|
| 6 |
|
| 7 |
-
# Kimi Linear: An Expressive, Efficient Attention Architecture
|
| 8 |
-
|
| 9 |
-
This model is presented in the paper [Kimi Linear: An Expressive, Efficient Attention Architecture](https://huggingface.co/papers/2510.26692).
|
| 10 |
-
The official code can be found at: [https://github.com/MoonshotAI/Kimi-Linear](https://github.com/MoonshotAI/Kimi-Linear)
|
| 11 |
-
|
| 12 |
<div align="center">
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
</div>
|
| 15 |
|
| 16 |
-
<div
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
</div>
|
| 21 |
|
| 22 |
<div align="center">
|
|
|
|
| 4 |
library_name: transformers
|
| 5 |
---
|
| 6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
<div align="center">
|
| 8 |
+
<h3 align="center">
|
| 9 |
+
<b>
|
| 10 |
+
<span>βββββββββββββββββββββββββββββββββββββββββ</span>
|
| 11 |
+
<br/>
|
| 12 |
+
<img src="figures/logo.png" height="16" width="16" style="display: inline-block; vertical-align: middle; margin: 2px;"> Kimi Linear: An Expressive, Efficient Attention Architecture
|
| 13 |
+
<br/>
|
| 14 |
+
<span>βββββββββββββββββββββββββββββββββββββββββ</span>
|
| 15 |
+
<br/>
|
| 16 |
+
</b>
|
| 17 |
+
</h3>
|
| 18 |
</div>
|
| 19 |
|
| 20 |
+
<div style="text-align: center;">
|
| 21 |
+
Β <a href="https://huggingface.co/papers/2510.26692" style="margin: 0 8px;">
|
| 22 |
+
<img src="figures/arxiv.png" height="16" width="16" style="display: inline-block; vertical-align: middle; margin: 2px;"><b> Paper</b>
|
| 23 |
+
</a>
|
| 24 |
+
Β <a href="https://github.com/MoonshotAI/Kimi-Linear" style="margin: 0 8px;">
|
| 25 |
+
<img src="figures/github.png" height="16" width="16" style="display: inline-block; vertical-align: middle; margin: 2px;"><b> Code</b>
|
| 26 |
+
</a>
|
| 27 |
+
Β <a href="https://huggingface.co/moonshotai/Kimi-Linear-48B-A3B-Instruct" style="margin: 0 8px;">
|
| 28 |
+
<img src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" height="16" width="16" style="display: inline-block; vertical-align: middle; margin: 2px;"><b> HuggingFace</b>
|
| 29 |
+
</a>
|
| 30 |
</div>
|
| 31 |
|
| 32 |
<div align="center">
|