Text-to-Speech
Finnish
AsmoKoskinen commited on
Commit
a01a773
·
verified ·
1 Parent(s): 5020417

Upload setting.json

Browse files
Files changed (1) hide show
  1. setting.json +20 -0
setting.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "exp_name": "F5TTS_Base",
3
+ "learning_rate": 3e-06,
4
+ "batch_size_per_gpu": 2000,
5
+ "batch_size_type": "frame",
6
+ "max_samples": 64,
7
+ "grad_accumulation_steps": 8,
8
+ "max_grad_norm": 0.3,
9
+ "epochs": 200,
10
+ "num_warmup_updates": 1000,
11
+ "save_per_updates": 20000,
12
+ "last_per_steps": 5000,
13
+ "finetune": true,
14
+ "file_checkpoint_train": "",
15
+ "tokenizer_type": "pinyin",
16
+ "tokenizer_file": "",
17
+ "mixed_precision": "bf16",
18
+ "logger": "tensorboard",
19
+ "bnb_optimizer": false
20
+ }