Finetuning tips
Hi!
If you are just fine-tuning the pre-trained model to adapt to a new language, using the Phase 2 configuration should be sufficient.
However, since your target language likely wasn't in the original training data, you might achieve even better quality by training the entire model (including the content branch).
Note: If you need to maintain token compatibility with the current encoder (e.g., to use with existing TTS models), you must freeze the content branch during training.
Also, just a heads-up: since this v2 model is 44.1kHz, the training configurations for Mel Spec Loss and GAN Loss (specifically parameters like FFT size) are set to match Aratako/MioCodec-25Hz-44.1kHz.
Ok noted,
I will try Phase 2 first and see the result, also noted for the trn config for v2
Thanks π
Hi! I'm also looking to adapt MioCodec to a new language.
It already works surprisingly well for my language, but reconstruction quality is still slightly worse than English, so I think it just needs a bit of polishing/fine-tuning.
Is the training code for MioCodec available open source somewhere? Thanks
