ASLP-lab commited on
Commit
14ec682
·
verified ·
1 Parent(s): 71786c9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -6
README.md CHANGED
@@ -1,20 +1,21 @@
1
  ![WenetSpeech-Yue](https://huggingface.co/datasets/ASLP-lab/WenetSpeech-Yue/resolve/main/wenetspeech_pipe.svg)
2
 
3
 
4
- ## 👉🏻 WenetSpeech-Yue 👈🏻
5
  **WenetSpeech-Yue**: [Demos](https://aslp-lab.github.io/WenetSpeech-Yue/); [Paper](https://arxiv.org/abs/2509.03959); [Github](https://github.com/ASLP-lab/WenetSpeech-Yue); [HuggingFace](https://huggingface.co/datasets/ASLP-lab/WenetSpeech-Yue)
6
 
7
-
8
  ## Highlight🔥
9
 
10
- **CosyVoice 2.0** has been released! Compared to version 1.0, the new version offers more accurate, more stable, faster, and better speech generation capabilities.
11
-
 
 
12
 
13
  ## Roadmap
14
 
15
  - [x] 2025/9
16
 
17
- - [x] 25hz cosyvoice 2.0 released
18
 
19
 
20
  ## Install
@@ -49,6 +50,9 @@ sudo yum install sox sox-devel
49
  **Model download**
50
 
51
 
 
 
 
52
 
53
  **Basic Usage**
54
 
@@ -65,7 +69,7 @@ import torchaudio
65
 
66
  **CosyVoice2 Usage**
67
  ```python
68
- cosyvoice = CosyVoice2('pretrained_models/CosyVoice2-0.5B', load_jit=False, load_trt=False, fp16=False)
69
 
70
  # NOTE if you want to reproduce the results on https://funaudiollm.github.io/cosyvoice2, please add text_frontend=False during inference
71
  # zero_shot usage
 
1
  ![WenetSpeech-Yue](https://huggingface.co/datasets/ASLP-lab/WenetSpeech-Yue/resolve/main/wenetspeech_pipe.svg)
2
 
3
 
4
+ ## 👉🏻 WenetSpeech-Yue 👈🏻
5
  **WenetSpeech-Yue**: [Demos](https://aslp-lab.github.io/WenetSpeech-Yue/); [Paper](https://arxiv.org/abs/2509.03959); [Github](https://github.com/ASLP-lab/WenetSpeech-Yue); [HuggingFace](https://huggingface.co/datasets/ASLP-lab/WenetSpeech-Yue)
6
 
 
7
  ## Highlight🔥
8
 
9
+ **WenetSpeech-Yue TTS Models** have been released!
10
+ This repository contains two versions of the TTS models:
11
+ 1. **ASLP-lab/Cosyvoice2-Yue**: The base model for Cantonese TTS.
12
+ 2. **ASLP-lab/Cosyvoice2-Yue-ZoengJyutGaai**: A fine-tuned, higher-quality version for more natural speech generation.
13
 
14
  ## Roadmap
15
 
16
  - [x] 2025/9
17
 
18
+ - [x] 25hz WenetSpeech-Yue TTS models released
19
 
20
 
21
  ## Install
 
50
  **Model download**
51
 
52
 
53
+ 1. [Cosyvoice2-Yue](https://huggingface.co/ASLP-lab/Cosyvoice2-Yue)
54
+ 2. [Cosyvoice2-Yue-ZoengJyutGaai](https://huggingface.co/ASLP-lab/Cosyvoice2-Yue-ZoengJyutGaai)
55
+
56
 
57
  **Basic Usage**
58
 
 
69
 
70
  **CosyVoice2 Usage**
71
  ```python
72
+ cosyvoice = CosyVoice2('ASLP-lab/Cosyvoice2-Yue', load_jit=False, load_trt=False, fp16=False)
73
 
74
  # NOTE if you want to reproduce the results on https://funaudiollm.github.io/cosyvoice2, please add text_frontend=False during inference
75
  # zero_shot usage