NeonBohdan
commited on
Commit
•
abc308b
1
Parent(s):
c73e63f
Update config to graphemes
Browse files- config.json +9 -9
config.json
CHANGED
@@ -85,25 +85,25 @@
|
|
85 |
"clip_norm": true,
|
86 |
"stats_path": null
|
87 |
},
|
88 |
-
"use_phonemes":
|
89 |
-
"phonemizer":
|
90 |
-
"phoneme_language":
|
91 |
"compute_input_seq_cache": true,
|
92 |
-
"text_cleaner": "
|
93 |
"enable_eos_bos_chars": false,
|
94 |
"test_sentences_file": "",
|
95 |
-
"phoneme_cache_path":
|
96 |
"characters": {
|
97 |
-
"characters_class": "TTS.tts.utils.text.characters.
|
98 |
"vocab_dict": null,
|
99 |
"pad": "<PAD>",
|
100 |
"eos": "<EOS>",
|
101 |
"bos": "<BOS>",
|
102 |
"blank": "<BLNK>",
|
103 |
-
"characters": "
|
104 |
"punctuations": "!'(),-.:;? ",
|
105 |
"phonemes": null,
|
106 |
-
"is_unique":
|
107 |
"is_sorted": true
|
108 |
},
|
109 |
"add_blank": true,
|
@@ -144,7 +144,7 @@
|
|
144 |
"use_language_weighted_sampler": true,
|
145 |
"language_weighted_sampler_alpha": 1.0,
|
146 |
"model_args": {
|
147 |
-
"num_chars":
|
148 |
"out_channels": 513,
|
149 |
"spec_segment_size": 32,
|
150 |
"hidden_channels": 192,
|
|
|
85 |
"clip_norm": true,
|
86 |
"stats_path": null
|
87 |
},
|
88 |
+
"use_phonemes": false,
|
89 |
+
"phonemizer": null,
|
90 |
+
"phoneme_language": null,
|
91 |
"compute_input_seq_cache": true,
|
92 |
+
"text_cleaner": "multilingual_cleaners",
|
93 |
"enable_eos_bos_chars": false,
|
94 |
"test_sentences_file": "",
|
95 |
+
"phoneme_cache_path": null,
|
96 |
"characters": {
|
97 |
+
"characters_class": "TTS.tts.utils.text.characters.Graphemes",
|
98 |
"vocab_dict": null,
|
99 |
"pad": "<PAD>",
|
100 |
"eos": "<EOS>",
|
101 |
"bos": "<BOS>",
|
102 |
"blank": "<BLNK>",
|
103 |
+
"characters": "abcdefghijklmnopqrstuvwxyz\u00af\u00b7\u00df\u00e0\u00e1\u00e2\u00e3\u00e4\u00e6\u00e7\u00e8\u00e9\u00ea\u00eb\u00ec\u00ed\u00ee\u00ef\u00f1\u00f2\u00f3\u00f4\u00f5\u00f6\u00f9\u00fa\u00fb\u00fc\u00ff\u0101\u0105\u0107\u0113\u0119\u011b\u012b\u0131\u0142\u0144\u014d\u0151\u0153\u015b\u016b\u0171\u017a\u017c\u01ce\u01d0\u01d2\u01d4\u0430\u0431\u0432\u0433\u0434\u0435\u0436\u0437\u0438\u0439\u043a\u043b\u043c\u043d\u043e\u043f\u0440\u0441\u0442\u0443\u0444\u0445\u0446\u0447\u0448\u0449\u044a\u044b\u044c\u044d\u044e\u044f\u0451\u0454\u0456\u0457\u0491",
|
104 |
"punctuations": "!'(),-.:;? ",
|
105 |
"phonemes": null,
|
106 |
+
"is_unique": true,
|
107 |
"is_sorted": true
|
108 |
},
|
109 |
"add_blank": true,
|
|
|
144 |
"use_language_weighted_sampler": true,
|
145 |
"language_weighted_sampler_alpha": 1.0,
|
146 |
"model_args": {
|
147 |
+
"num_chars": 129,
|
148 |
"out_channels": 513,
|
149 |
"spec_segment_size": 32,
|
150 |
"hidden_channels": 192,
|