vall-e icon indicating copy to clipboard operation
vall-e copied to clipboard

Training in different Language

Open finardi opened this issue 2 years ago • 4 comments

Hello enhuiz! Thank you for your work on developing this code. I used your Colab-notebook and everything ran perfectly.

Do you think it is possible to train in another language, with transfer learning? Something like what happens in Wav2Vec for example, starting from the pre-trained checkpoint.

finardi avatar Jan 19 '23 17:01 finardi

To train in another language, customize g2p.py for that language.

Fine-tuning another language on a pre-trained checkpoint may work, perhaps will consider it later.

enhuiz avatar Jan 21 '23 08:01 enhuiz

Is the encodec model robust enough to generate quantised representations for audio in other languages?

agupta54 avatar Feb 13 '23 11:02 agupta54

I am trying to transfer this model to Chinese. Customizing token size or dropping the rare tokens are also needed for a new Language.

CopyNinja1999 avatar Feb 20 '23 09:02 CopyNinja1999

Hello enhuiz! Thank you for your work on developing this code. I used your Colab-notebook and everything ran perfectly.

Do you think it is possible to train in another language, with transfer learning? Something like what happens in Wav2Vec for example, starting from the pre-trained checkpoint.

try this https://github.com/skysbird/g2p-zh-en

skysbird avatar Aug 01 '23 01:08 skysbird