VIZINTZOR commited on
Commit
d19d7d3
·
verified ·
1 Parent(s): cd24ec3

Upload setting.json

Browse files
Files changed (1) hide show
  1. setting.json +21 -0
setting.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "exp_name": "F5TTS_v1_Base",
3
+ "learning_rate": 1e-05,
4
+ "batch_size_per_gpu": 3200,
5
+ "batch_size_type": "frame",
6
+ "max_samples": 64,
7
+ "grad_accumulation_steps": 1,
8
+ "max_grad_norm": 1,
9
+ "epochs": 285,
10
+ "num_warmup_updates": 4000,
11
+ "save_per_updates": 10000,
12
+ "keep_last_n_checkpoints": -1,
13
+ "last_per_updates": 2500,
14
+ "finetune": true,
15
+ "file_checkpoint_train": "",
16
+ "tokenizer_type": "char",
17
+ "tokenizer_file": "",
18
+ "mixed_precision": "fp16",
19
+ "logger": "tensorboard",
20
+ "bnb_optimizer": false
21
+ }