hvoss-techfak commited on
Commit
c2ab11f
·
verified ·
1 Parent(s): f518916

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -9,7 +9,10 @@ pipeline_tag: text-to-speech
9
 
10
  # F5 TTS German Model
11
 
12
- This model was trained on the german Mozilla common voice 19.0 recordings. It is designed for text-to-speech synthesis in German
 
 
 
13
 
14
  ### Model Checkpoint
15
  The checkpoint supports German and can be [downloaded here](https://huggingface.co/hvoss-techfak/F5-TTS-German/blob/main/model_f5tts_german.pt).
 
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 was:
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
 
17
  ### Model Checkpoint
18
  The checkpoint supports German and can be [downloaded here](https://huggingface.co/hvoss-techfak/F5-TTS-German/blob/main/model_f5tts_german.pt).