Text Generation
Transformers
Safetensors
llada2_moe
conversational
custom_code
Zigeng commited on
Commit
c86eec1
·
verified ·
1 Parent(s): 0ab5ea7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -8
README.md CHANGED
@@ -93,13 +93,10 @@ print("nfe:",nfe,"token length",len(generated_tokens[0]))
93
  ## 📖 Citation
94
 
95
  ```bibtex
96
- @misc{chen2026dmaxaggressiveparalleldecoding,
97
- title={DMax: Aggressive Parallel Decoding for dLLMs},
98
- author={Zigeng Chen and Gongfan Fang and Xinyin Ma and Ruonan Yu and Xinchao Wang},
99
- year={2026},
100
- eprint={2604.08302},
101
- archivePrefix={arXiv},
102
- primaryClass={cs.LG},
103
- url={https://arxiv.org/abs/2604.08302},
104
  }
105
  ```
 
93
  ## 📖 Citation
94
 
95
  ```bibtex
96
+ @article{chen2026dmax,
97
+ title={DMax: Aggressive Parallel Decoding for dLLMs},
98
+ author={Chen, Zigeng and Fang, Gongfan and Ma, Xinyin and Yu, Ruonan and Wang, Xinchao},
99
+ journal={arXiv preprint arXiv:2604.08302},
100
+ year={2026}
 
 
 
101
  }
102
  ```