Instructions to use walston/cosyvoice3-sg with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- CosyVoice
How to use walston/cosyvoice3-sg with CosyVoice:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Add pipeline tag and link to paper/code
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
base_model: FunAudioLLM/Fun-CosyVoice3-0.5B-2512
|
|
|
|
|
|
|
| 4 |
tags:
|
| 5 |
- text-to-speech
|
| 6 |
- cosyvoice
|
|
@@ -9,13 +10,31 @@ tags:
|
|
| 9 |
|
| 10 |
# CosyVoice3 SG
|
| 11 |
|
| 12 |
-
This repository contains
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
|
| 15 |
-
|
| 16 |
-
`FunAudioLLM/Fun-CosyVoice3-0.5B-2512`. The checkpoint is intended to replace
|
| 17 |
-
the base model's `llm.pt`; it does not include `flow.pt`, `hift.pt`, tokenizer,
|
| 18 |
-
or ONNX files.
|
| 19 |
|
| 20 |
-
|
| 21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
base_model: FunAudioLLM/Fun-CosyVoice3-0.5B-2512
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
pipeline_tag: text-to-speech
|
| 5 |
tags:
|
| 6 |
- text-to-speech
|
| 7 |
- cosyvoice
|
|
|
|
| 10 |
|
| 11 |
# CosyVoice3 SG
|
| 12 |
|
| 13 |
+
This repository contains the `llm.pt` checkpoint fine-tuned on the Singapore Mandarin subset, as presented in the paper [Joycent: Diffusion-based Accent TTS without Accented Phone Prediction](https://huggingface.co/papers/2606.16417).
|
| 14 |
+
|
| 15 |
+
The remaining CosyVoice3 components are loaded from [FunAudioLLM/Fun-CosyVoice3-0.5B-2512](https://huggingface.co/FunAudioLLM/Fun-CosyVoice3-0.5B-2512). The checkpoint is intended to replace the base model's `llm.pt`; it does not include `flow.pt`, `hift.pt`, tokenizer, or ONNX files.
|
| 16 |
+
|
| 17 |
+
## Project Resources
|
| 18 |
+
|
| 19 |
+
- **Paper:** [Joycent: Diffusion-based Accent TTS without Accented Phone Prediction](https://huggingface.co/papers/2606.16417)
|
| 20 |
+
- **Code:** [oshindow/Joycent-code](https://github.com/oshindow/Joycent-code)
|
| 21 |
+
- **Demo:** [Joycent Project Page](https://anonymous-accent-tts.github.io/Joycent-demo/)
|
| 22 |
+
|
| 23 |
+
## Inference
|
| 24 |
+
|
| 25 |
+
The inference wrapper for this model is available in the Joycent project as `joycent/inference_cosyvoice.py`.
|
| 26 |
+
|
| 27 |
+
## Citation
|
| 28 |
|
| 29 |
+
If you find this work useful, please cite:
|
|
|
|
|
|
|
|
|
|
| 30 |
|
| 31 |
+
```bibtex
|
| 32 |
+
@misc{wang2026joycentdiffusionbasedaccenttts,
|
| 33 |
+
title={Joycent: Diffusion-based Accent TTS without Accented Phone Prediction},
|
| 34 |
+
author={Xintong Wang and Ye Wang},
|
| 35 |
+
year={2026},
|
| 36 |
+
eprint={2606.16417},
|
| 37 |
+
archivePrefix={arXiv},
|
| 38 |
+
primaryClass={cs.SD},
|
| 39 |
+
}
|
| 40 |
+
```
|