未验证 提交 d622b8bc 编写于 作者: L liangym 提交者: GitHub

[tts] update finetune readme (#2625)

* updata readme, test=doc

* update yaml and readme, test=tts

* fix batch_size, test=tts

* update readme, test=doc
上级 e6d20888
...@@ -55,7 +55,7 @@ If you want to finetune Chinese pretrained model, you need to prepare Chinese da ...@@ -55,7 +55,7 @@ If you want to finetune Chinese pretrained model, you need to prepare Chinese da
000001|ka2 er2 pu3 pei2 wai4 sun1 wan2 hua2 ti1 000001|ka2 er2 pu3 pei2 wai4 sun1 wan2 hua2 ti1
``` ```
Here is an example of the first 200 data of csmsc. Here is a Chinese data example of the first 200 data of csmsc.
```bash ```bash
mkdir -p input && cd input mkdir -p input && cd input
...@@ -69,7 +69,7 @@ If you want to finetune English pretrained model, you need to prepare English da ...@@ -69,7 +69,7 @@ If you want to finetune English pretrained model, you need to prepare English da
LJ001-0001|Printing, in the only sense with which we are at present concerned, differs from most if not from all the arts and crafts represented in the Exhibition LJ001-0001|Printing, in the only sense with which we are at present concerned, differs from most if not from all the arts and crafts represented in the Exhibition
``` ```
Here is an example of the first 200 data of ljspeech. Here is an English data example of the first 200 data of ljspeech.
```bash ```bash
mkdir -p input && cd input mkdir -p input && cd input
...@@ -78,7 +78,7 @@ unzip ljspeech_mini.zip ...@@ -78,7 +78,7 @@ unzip ljspeech_mini.zip
cd ../ cd ../
``` ```
If you want to finetune Chinese-English Mixed pretrained model, you need to prepare Chinese data or English data. Here is an example of the first 12 data of SSB0005 (the speaker of aishell3). If you want to finetune Chinese-English Mixed pretrained model, you need to prepare Chinese data or English data. Here is a Chinese data example of the first 12 data of SSB0005 (the speaker of aishell3).
```bash ```bash
mkdir -p input && cd input mkdir -p input && cd input
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册