How to fine tune it?

#9
by manzarimalik - opened

Any ways to fine tune this model on a specific voice?

Just pointing out, fine tuning is different from cloning.

Use this one for finetuning and training from scratch: https://github.com/knottwill/sesame-finetune

It finetunes by modifying the original weights, as opposed to the LoRA approach in the previous responses, which is optimal for domain shifts like new languages.

Sign up or log in to comment