Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ tags:
|
|
12 |
|
13 |
|
14 |
|
15 |
-
[![arXiv](https://img.shields.io/badge/arXiv-Paper-<COLOR>.svg)](https://
|
16 |
[![demo](https://img.shields.io/badge/WanTokenizer-Demo-red)](https://wavtokenizer.github.io/)
|
17 |
[![model](https://img.shields.io/badge/%F0%9F%A4%97%20WavTokenizer-Models-blue)](https://huggingface.co/novateur/WavTokenizer)
|
18 |
|
@@ -146,6 +146,16 @@ python train.py fit --config ./configs/xxx.yaml
|
|
146 |
If this code contributes to your research, please cite our work, Language-Codec and WavTokenizer:
|
147 |
|
148 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
149 |
@misc{ji2024languagecodec,
|
150 |
title={Language-Codec: Reducing the Gaps Between Discrete Codec Representation and Speech Language Models},
|
151 |
author={Shengpeng Ji and Minghui Fang and Ziyue Jiang and Rongjie Huang and Jialung Zuo and Shulei Wang and Zhou Zhao},
|
|
|
12 |
|
13 |
|
14 |
|
15 |
+
[![arXiv](https://img.shields.io/badge/arXiv-Paper-<COLOR>.svg)](https://arxiv.org/abs/2408.16532)
|
16 |
[![demo](https://img.shields.io/badge/WanTokenizer-Demo-red)](https://wavtokenizer.github.io/)
|
17 |
[![model](https://img.shields.io/badge/%F0%9F%A4%97%20WavTokenizer-Models-blue)](https://huggingface.co/novateur/WavTokenizer)
|
18 |
|
|
|
146 |
If this code contributes to your research, please cite our work, Language-Codec and WavTokenizer:
|
147 |
|
148 |
```
|
149 |
+
@misc{ji2024wavtokenizerefficientacousticdiscrete,
|
150 |
+
title={WavTokenizer: an Efficient Acoustic Discrete Codec Tokenizer for Audio Language Modeling},
|
151 |
+
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},
|
152 |
+
year={2024},
|
153 |
+
eprint={2408.16532},
|
154 |
+
archivePrefix={arXiv},
|
155 |
+
primaryClass={eess.AS},
|
156 |
+
url={https://arxiv.org/abs/2408.16532},
|
157 |
+
}
|
158 |
+
|
159 |
@misc{ji2024languagecodec,
|
160 |
title={Language-Codec: Reducing the Gaps Between Discrete Codec Representation and Speech Language Models},
|
161 |
author={Shengpeng Ji and Minghui Fang and Ziyue Jiang and Rongjie Huang and Jialung Zuo and Shulei Wang and Zhou Zhao},
|