lainlives commited on
Commit
765ea9f
·
verified ·
1 Parent(s): e42fec7
Files changed (1) hide show
  1. training_config.json +11 -0
training_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "speaker_name": "marimari_en",
3
+ "init_model": "zero0303/qwen3-tts-ljspeech-finetuned",
4
+ "model_source": "HuggingFace",
5
+ "batch_size": 72,
6
+ "lr": "2e-05",
7
+ "epochs": 3,
8
+ "grad_acc": 1,
9
+ "use_experimental_speedup": false,
10
+ "resume_from_checkpoint": "latest"
11
+ }