This model is released under the Creative Commons Attribution Non Commercial Share Alike 4.0 license, which allows for free usage, modification, and distribution
1{
2 "exp_name": "F5TTS_Base",
3 "learning_rate": 1e-05,
4 "batch_size_per_gpu": 5000,
5 "batch_size_type": "frame",
6 "max_samples": 64,
7 "grad_accumulation_steps": 1,
8 "max_grad_norm": 1,
9 "epochs": 1,
10 "num_warmup_updates": 405764,
11 "save_per_updates": 811528,
12 "keep_last_n_checkpoints": 5,
13 "last_per_updates": 10000,
14 "finetune": true,
15 "file_checkpoint_train": "",
16 "tokenizer_type": "char",
17 "tokenizer_file": "",
18 "mixed_precision": "fp16",
19 "logger": "wandb",
20 "bnb_optimizer": true
21}