Update README.md
Browse files
README.md
CHANGED
@@ -4,4 +4,22 @@ datasets:
|
|
4 |
- Wenetspeech4TTS/WenetSpeech4TTS
|
5 |
language:
|
6 |
- zh
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
- Wenetspeech4TTS/WenetSpeech4TTS
|
5 |
language:
|
6 |
- zh
|
7 |
+
pipeline_tag: text-to-speech
|
8 |
+
---
|
9 |
+
|
10 |
+
## The vanilla NaturalSpeech2 train on WenetSpeech4TTS using Amphion tooltik.
|
11 |
+
|
12 |
+
The entire training process follows its training code, except that the text-to-phoneme feature step and text encoder are slightly different.
|
13 |
+
|
14 |
+
### Checkpoints
|
15 |
+
|
16 |
+
- **ns2_base_model.bin** : NaturalSpeech2 trained with the WenetSpeech4TTS Basic subset
|
17 |
+
- **ns2_38_model.bin** : NaturalSpeech2 Basic fine-tuning with the WenetSpeech4TTS Standard subset
|
18 |
+
- **ns2_4_model.bin** : NaturalSpeech2 Standard fine-tuning with the WenetSpeech4TTS Premium subset
|
19 |
+
|
20 |
+
### usage
|
21 |
+
coming soon.
|
22 |
+
```
|
23 |
+
|
24 |
+
|
25 |
+
```
|