Spaces:
Sleeping
Sleeping
Update config.yaml
Browse files- config.yaml +7 -1
config.yaml
CHANGED
@@ -39,4 +39,10 @@ models:
|
|
39 |
config: configs/JSUT.py
|
40 |
checkpoint: checkpoints/JSUT.ckpt
|
41 |
readme: "This model is trained on the JSUT-song dataset and released under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license."
|
42 |
-
default_speaker: "jsut"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
config: configs/JSUT.py
|
40 |
checkpoint: checkpoints/JSUT.ckpt
|
41 |
readme: "This model is trained on the JSUT-song dataset and released under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license."
|
42 |
+
default_speaker: "jsut"
|
43 |
+
|
44 |
+
- name: CSD
|
45 |
+
config: configs/CSD.py
|
46 |
+
checkpoint: checkpoints/CSD.ckpt
|
47 |
+
readme: "This model is trained on the Children's Song Dataset and released under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license."
|
48 |
+
default_speaker: "csd"
|