English
diffusion-language-models
diffusion
diffusion-llms
jdeschena commited on
Commit
a2a82bf
·
verified ·
1 Parent(s): a7943a0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -22,7 +22,7 @@ By [Justin Deschenaux](https://jdeschena.github.io), [Lan Tran](https://github.c
22
  **TL;DR: Partition Generative Models (PGMs) speed up parallel generation by partitioning tokens and using sparse attention instead of masking.**
23
 
24
  <div align="center">
25
- <img src="https://jdeschena.github.io/pgm/static/images/pgm_vs_mgm.jpg" width="60%">
26
  </div>
27
 
28
  ## Try Our Models
 
22
  **TL;DR: Partition Generative Models (PGMs) speed up parallel generation by partitioning tokens and using sparse attention instead of masking.**
23
 
24
  <div align="center">
25
+ <img src="https://jdeschena.github.io/pgm/static/images/pgm_vs_mgm.jpg" width="100%">
26
  </div>
27
 
28
  ## Try Our Models