Update README.md
Browse files
README.md
CHANGED
@@ -204,9 +204,19 @@ torchrun --nnodes ${WORLD_SIZE} --node_rank ${RANK} --nproc_per_node 8 --master_
|
|
204 |
|
205 |
## Ackonwledgement
|
206 |
This work is inspired by following great works:
|
207 |
-
-
|
208 |
- Autoregressive Image Generation without Vector Quantization
|
209 |
- A Spectral Energy Distance for Parallel Speech Synthesis
|
210 |
|
211 |
## Citation
|
212 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
204 |
|
205 |
## Ackonwledgement
|
206 |
This work is inspired by following great works:
|
207 |
+
- Continuous Visual Autoregressive Generation via Score Maximization
|
208 |
- Autoregressive Image Generation without Vector Quantization
|
209 |
- A Spectral Energy Distance for Parallel Speech Synthesis
|
210 |
|
211 |
## Citation
|
212 |
+
```
|
213 |
+
@misc{ma2025efficientspeechlanguagemodeling,
|
214 |
+
title={Efficient Speech Language Modeling via Energy Distance in Continuous Latent Space},
|
215 |
+
author={Zhengrui Ma and Yang Feng and Chenze Shao and Fandong Meng and Jie Zhou and Min Zhang},
|
216 |
+
year={2025},
|
217 |
+
eprint={2505.13181},
|
218 |
+
archivePrefix={arXiv},
|
219 |
+
primaryClass={cs.CL},
|
220 |
+
url={https://arxiv.org/abs/2505.13181},
|
221 |
+
}
|
222 |
+
```
|