Added g2p tokenization in config.yaml
Browse files- config.yaml +2 -0
config.yaml
CHANGED
@@ -23,3 +23,5 @@ vocoder:
|
|
23 |
type: hifigan
|
24 |
config: hifigan.json
|
25 |
checkpoint: hifigan.bin
|
|
|
|
|
|
23 |
type: hifigan
|
24 |
config: hifigan.json
|
25 |
checkpoint: hifigan.bin
|
26 |
+
inference:
|
27 |
+
tokenization: g2p
|