Higobeatz commited on
Commit
f6fb58d
·
verified ·
1 Parent(s): efa6e79

Delete dreamvoice/.ipynb_checkpoints/dreamvc-checkpoint.yaml

Browse files
dreamvoice/.ipynb_checkpoints/dreamvc-checkpoint.yaml DELETED
@@ -1,26 +0,0 @@
1
- version: 1.0
2
-
3
- sample_rate: 24000
4
- vocoder_path: 'ckpts/bigvgan_24k/g_01000000.pt'
5
- vocoder_url: 'https://huggingface.co/myshell-ai/DreamVoice/resolve/main/dreamvoice/ckpts/bigvgan_24k/g_01000000.pt'
6
- vocoder_config_path: 'ckpts/bigvgan_24k/config.json'
7
- vocoder_config_url: 'https://huggingface.co/myshell-ai/DreamVoice/resolve/main/dreamvoice/ckpts/bigvgan_24k/config.json'
8
-
9
- speaker_path: 'ckpts/spk_encoder/pretrained.pt'
10
- speaker_url: 'https://huggingface.co/myshell-ai/DreamVoice/resolve/main/dreamvoice/ckpts/spk_encoder/pretrained.pt'
11
- lm_path: 'google/flan-t5-base'
12
-
13
- dreamvc:
14
- config_path: 'src/configs/diffvc_cross.yaml'
15
- ckpt_path: 'ckpts/dreamvc_cross.pt'
16
- ckpt_url: 'https://huggingface.co/myshell-ai/DreamVoice/resolve/main/dreamvoice/ckpts/dreamvc_cross.pt'
17
-
18
- rediffvc:
19
- config_path: 'src/configs/diffvc_base.yaml'
20
- ckpt_path: 'ckpts/dreamvc_base.pt'
21
- ckpt_url: 'https://huggingface.co/myshell-ai/DreamVoice/resolve/main/dreamvoice/ckpts/dreamvc_base.pt'
22
-
23
- dreamvg:
24
- config_path: 'src/configs/plugin_cross.yaml'
25
- ckpt_path: 'ckpts/dreamvc_plugin.pt'
26
- ckpt_url: 'https://huggingface.co/myshell-ai/DreamVoice/resolve/main/dreamvoice/ckpts/dreamvc_plugin.pt'