utdawn commited on
Commit
3adc2d7
·
verified ·
1 Parent(s): e939e1c

Update README.md

Browse files

add tech report link

Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -10,9 +10,16 @@ tags:
10
 
11
  # LLaDA2.2-flash
12
 
13
- **LLaDA2.2-flash** is an agent-oriented diffusion language model in the LLaDA2 series. By introducing **Levenshtein Editing** (with `DELETE` and `INSERT` control tokens) to diffusion language modeling, it represents the LLaDA2 series' first step in agentic applications, including long-context tool use, multi-turn interaction, and robust error correction.
14
 
15
- <!-- TODO: Add final release image / performance image. -->
 
 
 
 
 
 
 
16
 
17
  ---
18
 
 
10
 
11
  # LLaDA2.2-flash
12
 
13
+ **LLaDA2.2-flash** is an agent-oriented diffusion language model in the LLaDA2 series. By introducing **Levenshtein Editing** (with `DELETE` and `INSERT` control tokens) to diffusion language modeling, it represents the LLaDA2 series' first step in agentic applications, including long-context tool use, multi-turn interaction, and robust error correction.For more information, please refer to our [technical report](https://github.com/inclusionAI/LLaDA2.X/blob/main/LLaDA2_2_tech_report.pdf).
14
 
15
+
16
+ <div align="center">
17
+ <img src="https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*9BoDT6rb1BwAAAAAUbAAAAgAemJ7AQ/original" width="800" />
18
+ </div>
19
+
20
+ <div align="center">
21
+ <img src="https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*W0wnS7xvKm4AAAAAY-AAAAgAemJ7AQ/original" width="800" />
22
+ </div>
23
 
24
  ---
25