Spaces:
Sleeping
Sleeping
Update config.yaml
Browse files- config.yaml +6 -0
config.yaml
CHANGED
@@ -12,3 +12,9 @@ models:
|
|
12 |
checkpoint: checkpoints/checkpoint.ckpt
|
13 |
readme: "This model is trained on the M4Singer dataset and released under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license."
|
14 |
default_speaker: "opencpop"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
checkpoint: checkpoints/checkpoint.ckpt
|
13 |
readme: "This model is trained on the M4Singer dataset and released under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license."
|
14 |
default_speaker: "opencpop"
|
15 |
+
|
16 |
+
- name: Tohoku Kiritan
|
17 |
+
config: configs/exp_hifisinger.py
|
18 |
+
checkpoint: checkpoints/Kiritan.ckpt
|
19 |
+
readme: "This model is trained on the Tohoku Kiritan dataset and released under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license."
|
20 |
+
default_speaker: "kiritan"
|