Phillippe commited on
Commit
0a4f982
1 Parent(s): 512356c

Update config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +7 -1
config.yaml CHANGED
@@ -15,4 +15,10 @@ models:
15
  config: configs/Kiritan.py
16
  checkpoint: checkpoints/Kiritan.ckpt
17
  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."
18
- default_speaker: "kiritan"
 
 
 
 
 
 
 
15
  config: configs/Kiritan.py
16
  checkpoint: checkpoints/Kiritan.ckpt
17
  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."
18
+ default_speaker: "kiritan"
19
+
20
+ - name: Tohoku Itako
21
+ config: configs/Itako.py
22
+ checkpoint: checkpoints/Itako.ckpt
23
+ readme: "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."
24
+ default_speaker: "itako"