novateur commited on
Commit
8040025
1 Parent(s): ad9a135

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -15
README.md CHANGED
@@ -147,22 +147,17 @@ python train.py fit --config ./configs/xxx.yaml
147
  If this code contributes to your research, please cite our work, Language-Codec and WavTokenizer:
148
 
149
  ```
150
- @misc{ji2024wavtokenizerefficientacousticdiscrete,
151
- title={WavTokenizer: an Efficient Acoustic Discrete Codec Tokenizer for Audio Language Modeling},
152
- author={Shengpeng Ji and Ziyue Jiang and Xize Cheng and Yifu Chen and Minghui Fang and Jialong Zuo and Qian Yang and Ruiqi Li and Ziang Zhang and Xiaoda Yang and Rongjie Huang and Yidi Jiang and Qian Chen and Siqi Zheng and Wen Wang and Zhou Zhao},
153
- year={2024},
154
- eprint={2408.16532},
155
- archivePrefix={arXiv},
156
- primaryClass={eess.AS},
157
- url={https://arxiv.org/abs/2408.16532},
158
  }
159
 
160
- @misc{ji2024languagecodec,
161
- title={Language-Codec: Reducing the Gaps Between Discrete Codec Representation and Speech Language Models},
162
- author={Shengpeng Ji and Minghui Fang and Ziyue Jiang and Rongjie Huang and Jialung Zuo and Shulei Wang and Zhou Zhao},
163
- year={2024},
164
- eprint={2402.12208},
165
- archivePrefix={arXiv},
166
- primaryClass={eess.AS}
167
  }
168
  ```
 
147
  If this code contributes to your research, please cite our work, Language-Codec and WavTokenizer:
148
 
149
  ```
150
+ @article{ji2024wavtokenizer,
151
+ title={WavTokenizer: an Efficient Acoustic Discrete Codec Tokenizer for Audio Language Modeling},
152
+ author={Ji, Shengpeng and Jiang, Ziyue and Cheng, Xize and Chen, Yifu and Fang, Minghui and Zuo, Jialong and Yang, Qian and Li, Ruiqi and Zhang, Ziang and Yang, Xiaoda and others},
153
+ journal={arXiv preprint arXiv:2408.16532},
154
+ year={2024}
 
 
 
155
  }
156
 
157
+ @article{ji2024language,
158
+ title={Language-codec: Reducing the gaps between discrete codec representation and speech language models},
159
+ author={Ji, Shengpeng and Fang, Minghui and Jiang, Ziyue and Huang, Rongjie and Zuo, Jialung and Wang, Shulei and Zhao, Zhou},
160
+ journal={arXiv preprint arXiv:2402.12208},
161
+ year={2024}
 
 
162
  }
163
  ```