Text Generation
Transformers
Safetensors
llada2_moe
conversational
custom_code
Zigeng commited on
Commit
20ef56e
·
verified ·
1 Parent(s): 75d9570

Update README.md

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