Text Generation
Transformers
Safetensors
qwen2
conversational
text-generation-inference
Hanyuezhuohua commited on
Commit
2997dc8
·
verified ·
1 Parent(s): ebe9595

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -34,4 +34,18 @@ The model usage is documented [here](https://github.com/Multiverse4FM/Multiverse
34
 
35
  # Acknowledge
36
 
37
- Thanks to the amazing s1 team for their s1.1 dataset as base data, and the Qwen team for their Qwen-2.5-32B-Instruct as base model.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
 
35
  # Acknowledge
36
 
37
+ Thanks to the amazing s1 team for their s1.1 dataset as base data, and the Qwen team for their Qwen-2.5-32B-Instruct as base model.
38
+
39
+ # Citation Information
40
+
41
+ ```bibtex
42
+ @misc{yang2025multiverselanguagemodelssecretly,
43
+ title={Multiverse: Your Language Models Secretly Decide How to Parallelize and Merge Generation},
44
+ author={Xinyu Yang and Yuwei An and Hongyi Liu and Tianqi Chen and Beidi Chen},
45
+ year={2025},
46
+ eprint={2506.09991},
47
+ archivePrefix={arXiv},
48
+ primaryClass={cs.LG},
49
+ url={https://arxiv.org/abs/2506.09991},
50
+ }
51
+ ```