Update README.md
Browse files
README.md
CHANGED
|
@@ -9,8 +9,9 @@ pipeline_tag: text-to-speech
|
|
| 9 |
|
| 10 |
# F5 TTS German Model
|
| 11 |
|
| 12 |
-
This model was trained for 4.2 million steps on the german Mozilla common voice 19.0 recordings and an internal dataset. It is designed for text-to-speech synthesis in German.
|
| 13 |
-
The command to train the model
|
|
|
|
| 14 |
accelerate launch --mixed_precision=bf16 finetune_cli.py --exp_name F5TTS_Base --learning_rate 1.8e-05 --batch_size_per_gpu 8000 --batch_size_type frame --max_samples 0 --grad_accumulation_steps 1 --max_grad_norm 1 --epochs 40 --num_warmup_updates 2000 --save_per_updates 100000 --last_per_steps 10000 --dataset_name german_speak --finetune --pretrain ckpts/german_speak/model_last.pt --tokenizer pinyin --log_samples --logger wandb
|
| 15 |
|
| 16 |
|
|
|
|
| 9 |
|
| 10 |
# F5 TTS German Model
|
| 11 |
|
| 12 |
+
This model was trained for 4.2 million steps on the german Mozilla common voice 19.0 recordings and an internal dataset. It is designed for text-to-speech synthesis in German. \
|
| 13 |
+
The command to train the model is:
|
| 14 |
+
|
| 15 |
accelerate launch --mixed_precision=bf16 finetune_cli.py --exp_name F5TTS_Base --learning_rate 1.8e-05 --batch_size_per_gpu 8000 --batch_size_type frame --max_samples 0 --grad_accumulation_steps 1 --max_grad_norm 1 --epochs 40 --num_warmup_updates 2000 --save_per_updates 100000 --last_per_steps 10000 --dataset_name german_speak --finetune --pretrain ckpts/german_speak/model_last.pt --tokenizer pinyin --log_samples --logger wandb
|
| 16 |
|
| 17 |
|