Spaces:
Running
on
Zero
Running
on
Zero
File size: 797 Bytes
dd9600d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
# CapSpeech-AR
## Pretrain
```bash
bash pretrain.sh
```
Make sure to change paths and keys in `pretrain.sh` to yours.
## Finetune on CapTTS
```bash
bash finetune_captts.sh
```
Make sure to change paths and keys in `finetune_captts.sh` to yours.
## Finetune on EmoCapTTS
```bash
bash finetune_emocaptts.sh
```
Make sure to change paths and keys in `finetune_emocaptts.sh` to yours.
## Finetune on AccCapTTS
```bash
bash finetune_acccaptts.sh
```
Make sure to change paths and keys in `finetune_acccaptts.sh` to yours.
## Finetune on CapTTS-SE
```bash
bash finetune_capttsse.sh
```
Make sure to change paths and keys in `finetune_capttsse.sh` to yours.
## Finetune on AgentTTS
```bash
bash finetune_agenttts.sh
```
Make sure to change paths and keys in `finetune_agenttts.sh` to yours.
|