Spaces:
Runtime error
Runtime error
Update config.yaml
Browse files- config.yaml +25 -13
config.yaml
CHANGED
@@ -9,42 +9,54 @@ models:
|
|
9 |
config: configs/exp_hifisinger.py
|
10 |
checkpoint: checkpoints/checkpoint.ckpt
|
11 |
readme: |
|
12 |
-
This model
|
13 |
It contains more than 20 speakers and is thus a good playground for timbre mixing.
|
14 |
default_speaker: "opencpop"
|
15 |
|
16 |
-
- name: Tohoku Kiritan
|
17 |
config: configs/Kiritan.py
|
18 |
checkpoint: checkpoints/Kiritan.ckpt
|
19 |
-
readme:
|
|
|
|
|
20 |
default_speaker: "kiritan"
|
21 |
|
22 |
-
- name: Tohoku Itako
|
23 |
config: configs/Itako.py
|
24 |
checkpoint: checkpoints/Itako.ckpt
|
25 |
-
|
|
|
|
|
26 |
default_speaker: "itako"
|
27 |
|
28 |
-
- name: No.7
|
29 |
config: configs/Seven.py
|
30 |
checkpoint: checkpoints/Seven.ckpt
|
31 |
-
readme:
|
|
|
|
|
32 |
default_speaker: "seven"
|
33 |
|
34 |
-
- name: Yoko
|
35 |
config: configs/Yoko.py
|
36 |
checkpoint: checkpoints/Yoko.ckpt
|
37 |
-
readme:
|
|
|
|
|
38 |
default_speaker: "yoko"
|
39 |
|
40 |
-
- name: JSUT
|
41 |
config: configs/JSUT.py
|
42 |
checkpoint: checkpoints/JSUT.ckpt
|
43 |
-
readme:
|
|
|
|
|
44 |
default_speaker: "jsut"
|
45 |
|
46 |
-
- name: CSD
|
47 |
config: configs/CSD.py
|
48 |
checkpoint: checkpoints/CSD.ckpt
|
49 |
-
readme:
|
|
|
|
|
50 |
default_speaker: "csd"
|
|
|
9 |
config: configs/exp_hifisinger.py
|
10 |
checkpoint: checkpoints/checkpoint.ckpt
|
11 |
readme: |
|
12 |
+
This model is trained on the Opencpop and M4Singer dataset and released under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license.
|
13 |
It contains more than 20 speakers and is thus a good playground for timbre mixing.
|
14 |
default_speaker: "opencpop"
|
15 |
|
16 |
+
- name: "Tohoku Kiritan (Feminine)"
|
17 |
config: configs/Kiritan.py
|
18 |
checkpoint: checkpoints/Kiritan.ckpt
|
19 |
+
readme: |
|
20 |
+
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.
|
21 |
+
It has a cute, yet powerful voice.
|
22 |
default_speaker: "kiritan"
|
23 |
|
24 |
+
- name: "Tohoku Itako (Feminine)"
|
25 |
config: configs/Itako.py
|
26 |
checkpoint: checkpoints/Itako.ckpt
|
27 |
+
readme: |
|
28 |
+
This model is trained on the Tohoku Itako dataset and released under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license.
|
29 |
+
It has a bright and whispery voice.
|
30 |
default_speaker: "itako"
|
31 |
|
32 |
+
- name: "No.7 (Feminine)"
|
33 |
config: configs/Seven.py
|
34 |
checkpoint: checkpoints/Seven.ckpt
|
35 |
+
readme: readme: |
|
36 |
+
This model is trained on the No.7 dataset and released under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license.
|
37 |
+
It has a strong and sharp voice.
|
38 |
default_speaker: "seven"
|
39 |
|
40 |
+
- name: "Yoko (Feminine)"
|
41 |
config: configs/Yoko.py
|
42 |
checkpoint: checkpoints/Yoko.ckpt
|
43 |
+
readme: |
|
44 |
+
This model is trained on the Sinsy-f00001 dataset and released under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license.
|
45 |
+
It has a powerful, tense, and relaxed voice.
|
46 |
default_speaker: "yoko"
|
47 |
|
48 |
+
- name: "JSUT (Feminine)"
|
49 |
config: configs/JSUT.py
|
50 |
checkpoint: checkpoints/JSUT.ckpt
|
51 |
+
readme: |
|
52 |
+
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.
|
53 |
+
It has a moist and transparent voice.
|
54 |
default_speaker: "jsut"
|
55 |
|
56 |
+
- name: "CSD (Feminine)"
|
57 |
config: configs/CSD.py
|
58 |
checkpoint: checkpoints/CSD.ckpt
|
59 |
+
readme: |
|
60 |
+
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.
|
61 |
+
It has a sweet and tender voice.
|
62 |
default_speaker: "csd"
|