Fine-tuning
Train VieNeu-TTS on your own voice or custom datasets using LoRA.
Quick Start
cd finetune
python train.py --config config.yaml
Google Colab
Use the provided notebook: finetune/finetune_VieNeu-TTS.ipynb
Workflow
- Prepare data — Audio files + transcripts
- Configure — Edit training config (LoRA rank, learning rate, etc.)
- Train — Run
train.py - Merge — Merge LoRA weights into base model (optional)
- Use — Load via
load_lora_adapter()or serve merged model
Documentation
See the detailed guide at finetune/README.md.