Update README.md
Browse files
README.md
CHANGED
@@ -12,14 +12,26 @@ tags:
|
|
12 |
|
13 |
<div align="center">
|
14 |
<img src="./assets/main_logo.png" alt="Kimi Logo" width="400" />
|
15 |
-
<h2><a href="
|
16 |
Introducing Kimi-Dev: <br>A Strong and Open-source Coding LLM for Issue Resolution</a></h2>
|
17 |
</a></h2>
|
18 |
<b>Kimi-Dev Team<b>
|
19 |
<br>
|
20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
</div>
|
22 |
|
|
|
|
|
|
|
|
|
23 |
|
24 |
We introduce Kimi-Dev-72B, our new open-source coding LLM for software engineering tasks. Kimi-Dev-72B achieves a new state-of-the-art on SWE-bench Verified among open-source models.
|
25 |
|
@@ -86,4 +98,4 @@ response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
|
86 |
month = {June},
|
87 |
url = {\url{https://www.moonshot.cn/Kimi-Dev}}
|
88 |
}
|
89 |
-
```
|
|
|
12 |
|
13 |
<div align="center">
|
14 |
<img src="./assets/main_logo.png" alt="Kimi Logo" width="400" />
|
15 |
+
<h2><a href="xxx">
|
16 |
Introducing Kimi-Dev: <br>A Strong and Open-source Coding LLM for Issue Resolution</a></h2>
|
17 |
</a></h2>
|
18 |
<b>Kimi-Dev Team<b>
|
19 |
<br>
|
20 |
+
|
21 |
+
</div>
|
22 |
+
<div align="center">
|
23 |
+
<a href="">
|
24 |
+
<b>📄 Tech Report (Coming soon...)</b>
|
25 |
+
</a> |
|
26 |
+
<a href="https://github.com/MoonshotAI/Kimi-Dev">
|
27 |
+
<b>📄 Github</b>
|
28 |
+
</a>
|
29 |
</div>
|
30 |
|
31 |
+
<br>
|
32 |
+
<br>
|
33 |
+
|
34 |
+
<!-- https://github.com/MoonshotAI/Kimi-Dev -->
|
35 |
|
36 |
We introduce Kimi-Dev-72B, our new open-source coding LLM for software engineering tasks. Kimi-Dev-72B achieves a new state-of-the-art on SWE-bench Verified among open-source models.
|
37 |
|
|
|
98 |
month = {June},
|
99 |
url = {\url{https://www.moonshot.cn/Kimi-Dev}}
|
100 |
}
|
101 |
+
```
|