You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm dealing with Arabic text mapped to phoneme using my grapheme to phonemes model
eg: این مخزن شامل نمونه mapped to ' E N - M KH Z N - SH AE M L - N M W N HH '.
my phonemes list is the following: pho_ids = {'-':0, ' ZH':1, 'AE':2, 'SS':3, 'AE':4,'IY':5,.....,'eos': 55} where i have two letters representing one phoneme.
I think , first you should phonemize all your dataset texts , then train model with a simple character config without phonemizer.
also edit L51use_phonemes=False, CharactersConfig without phonemes , and characters based on dataset characters
i'm dealing with Arabic text mapped to phoneme using my grapheme to phonemes model
eg:
این مخزن شامل نمونه
mapped to ' E N - M KH Z N - SH AE M L - N M W N HH '.my phonemes list is the following: pho_ids = {'-':0, ' ZH':1, 'AE':2, 'SS':3, 'AE':4,'IY':5,.....,'eos': 55} where i have two letters representing one phoneme.
I want to fix character_config to make it suits my experiment.
Many thanks
The text was updated successfully, but these errors were encountered: