Add library name to enable download stats, link to paper and pipeline tag
#1
by
nielsr
HF staff
- opened
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# CosyVoice
|
2 |
## ππ» [CosyVoice Demos](https://fun-audio-llm.github.io/) ππ»
|
3 |
[[CosyVoice Paper](https://fun-audio-llm.github.io/pdf/CosyVoice_v1.pdf)][[CosyVoice Studio](https://www.modelscope.cn/studios/iic/CosyVoice-300M)][[CosyVoice Code](https://github.com/FunAudioLLM/CosyVoice)]
|
@@ -156,5 +161,16 @@ You can also scan the QR code to join our official Dingding chat group.
|
|
156 |
4. We borrowed a lot of code from [AcademiCodec](https://github.com/yangdongchao/AcademiCodec).
|
157 |
5. We borrowed a lot of code from [WeNet](https://github.com/wenet-e2e/wenet).
|
158 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
159 |
## Disclaimer
|
160 |
-
The content provided above is for academic purposes only and is intended to demonstrate technical capabilities. Some examples are sourced from the internet. If any content infringes on your rights, please contact us to request its removal.
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: text-to-speech
|
3 |
+
library_name: cosyvoice
|
4 |
+
---
|
5 |
+
|
6 |
# CosyVoice
|
7 |
## ππ» [CosyVoice Demos](https://fun-audio-llm.github.io/) ππ»
|
8 |
[[CosyVoice Paper](https://fun-audio-llm.github.io/pdf/CosyVoice_v1.pdf)][[CosyVoice Studio](https://www.modelscope.cn/studios/iic/CosyVoice-300M)][[CosyVoice Code](https://github.com/FunAudioLLM/CosyVoice)]
|
|
|
161 |
4. We borrowed a lot of code from [AcademiCodec](https://github.com/yangdongchao/AcademiCodec).
|
162 |
5. We borrowed a lot of code from [WeNet](https://github.com/wenet-e2e/wenet).
|
163 |
|
164 |
+
## Citations
|
165 |
+
|
166 |
+
``` bibtex
|
167 |
+
@article{du2024cosyvoice,
|
168 |
+
title={Cosyvoice: A scalable multilingual zero-shot text-to-speech synthesizer based on supervised semantic tokens},
|
169 |
+
author={Du, Zhihao and Chen, Qian and Zhang, Shiliang and Hu, Kai and Lu, Heng and Yang, Yexin and Hu, Hangrui and Zheng, Siqi and Gu, Yue and Ma, Ziyang and others},
|
170 |
+
journal={arXiv preprint arXiv:2407.05407},
|
171 |
+
year={2024}
|
172 |
+
}
|
173 |
+
```
|
174 |
+
|
175 |
## Disclaimer
|
176 |
+
The content provided above is for academic purposes only and is intended to demonstrate technical capabilities. Some examples are sourced from the internet. If any content infringes on your rights, please contact us to request its removal.
|