text base choice. for saving us the hassle of multilingual text pre-training, we wanted to build upon a prior which has a good multilingual understanding such that our entire focus shifts to audio pre-training and post-training. we also wanted a simple design that :
speech pre-training. we first train the model for text-to-speech over 75,000 updates, using only emilia’s english subset, which contains roughly 40,000 hours of speech. we use a warmup–stable–decay learning rate schedule with a peak of 1e-4 and a global batch size of 96.
multilingual and voice adaptation. for the next 30,000 updates, we introduce indian-language speech from indicvoices, indicvoices-r, and rasa. indicvoices has 7,348 published hours. indicvoices-r provides 1,704 hours drawn from indicvoices and prepared specifically for tts, while rasa contributes another roughly 1,145 hours.
speaker adaptation and description following. we use the remaining quality proprietary audio to introduce natural-language control over style, accent, and pace; alternative categorical-affect control; and temporally localized non-verbal events. the supervision is applied through supervised fine-tuning and is interleaved with multilingual, named-voice, and ordinary text-conditioned speech replay to limit interference with pronunciation and speaker identity.
so the gist is that we first train the text base to predict english audio tokens, and progressively shift to multilingual data followed by clean and rich speaker's data, and finally add description following.
only acoustic positions contribute to the loss; textual and conditioning tokens are observed context rather than reconstruction targets. for binary frame-boundary target s_t and predicted termination probability ŝ_t, the complete supervised objective is :