Multilingual training using fast pitch model. #321
-
Hi, i'm planning to using a custom dataset which consists of 'x' number of hindi sentences and 'y' number of english sentences to train the fast pitch model. For this, I have added a custom formatter and a language identifier in the metadata.txt as mentioned here
Can i train the model directly using the procedure as mentioned here? Basically, my idea is to check the code switching performance of the model during inference (as model should have learned about both the languages, and speakers). Is this directly possible with coqui? If not, where do i need to take care? I'm planning to make the following changes in the configuration i.e., use_phonemes=True, I'm not sure on how to edit the values in the character class. Can anyone please help?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
FastPitch (and other models based on the ForwardTTS class like FastSpeech2) don't have support for multilingual TTS in Coqui, you'd need to change the code yourself for that. |
Beta Was this translation helpful? Give feedback.
Vits, YourTTS and XTTS