dmisrael commited on
Commit
7836ff9
·
verified ·
1 Parent(s): ae70ef6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -17,10 +17,13 @@ Dream 7B trained with autoregressive SFT for 16 epochs.
17
  If you use this model, please cite the Planned Diffusion paper:
18
 
19
  ```bibtex
20
- @article{pasta-diffusion-2024,
21
- title={PASTA-Diffusion: Parallel Autoregressive and Structured Transformer Attention for Diffusion},
22
- author={Your Authors},
23
- journal={arXiv preprint},
24
- year={2024}
 
 
 
25
  }
26
  ```
 
17
  If you use this model, please cite the Planned Diffusion paper:
18
 
19
  ```bibtex
20
+ @misc{israel2025planneddiffusion,
21
+ title={Planned Diffusion},
22
+ author={Daniel Israel and Tian Jin and Ellie Cheng and Guy Van den Broeck and Aditya Grover and Suvinay Subramanian and Michael Carbin},
23
+ year={2025},
24
+ eprint={2510.18087},
25
+ archivePrefix={arXiv},
26
+ primaryClass={cs.AI},
27
+ url={https://arxiv.org/abs/2510.18087},
28
  }
29
  ```