Spaces:
Running
on
Zero
Running
on
Zero
# 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. | |