Upload setting.json
Browse files- hun_v4/setting.json +19 -0
hun_v4/setting.json
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"exp_name": "F5TTS_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": 46,
|
10 |
+
"num_warmup_updates": 11148,
|
11 |
+
"save_per_updates": 12490,
|
12 |
+
"last_per_steps": 1000,
|
13 |
+
"finetune": true,
|
14 |
+
"file_checkpoint_train": "",
|
15 |
+
"tokenizer_type": "pinyin",
|
16 |
+
"tokenizer_file": "",
|
17 |
+
"mixed_precision": "bf16",
|
18 |
+
"logger": "tensorboard"
|
19 |
+
}
|