Update README.md
Browse files
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 |
-
@
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
archivePrefix={arXiv},
|
156 |
-
primaryClass={eess.AS},
|
157 |
-
url={https://arxiv.org/abs/2408.16532},
|
158 |
}
|
159 |
|
160 |
-
@
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
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 |
```
|