mrfakename commited on
Commit
8f463b7
·
verified ·
1 Parent(s): 4654913

Sync from GitHub repo

Browse files

This Space is synced from the GitHub repo: https://github.com/SWivid/F5-TTS. Please submit contributions to the Space there

Files changed (1) hide show
  1. src/f5_tts/infer/SHARED.md +6 -0
src/f5_tts/infer/SHARED.md CHANGED
@@ -106,6 +106,12 @@ Config: {"dim": 1024, "depth": 22, "heads": 16, "ff_mult": 2, "text_dim": 512, "
106
  |:---:|:------------:|:-----------:|:-------------:|
107
  |F5-TTS Base|[ckpt & vocab](https://huggingface.co/hvoss-techfak/F5-TTS-German)|[Mozilla Common Voice 19.0](https://commonvoice.mozilla.org/en/datasets) & 800 hours Crowdsourced |cc-by-nc-4.0|
108
 
 
 
 
 
 
 
109
  - Finetuned by [@hvoss-techfak](https://github.com/hvoss-techfak)
110
 
111
 
 
106
  |:---:|:------------:|:-----------:|:-------------:|
107
  |F5-TTS Base|[ckpt & vocab](https://huggingface.co/hvoss-techfak/F5-TTS-German)|[Mozilla Common Voice 19.0](https://commonvoice.mozilla.org/en/datasets) & 800 hours Crowdsourced |cc-by-nc-4.0|
108
 
109
+ ```bash
110
+ Model: hf://hvoss-techfak/F5-TTS-German/model_f5tts_german.pt
111
+ Vocab: hf://hvoss-techfak/F5-TTS-German/vocab.txt
112
+ Config: {"dim": 1024, "depth": 22, "heads": 16, "ff_mult": 2, "text_dim": 512, "text_mask_padding": False, "conv_layers": 4, "pe_attn_head": 1}
113
+ ```
114
+
115
  - Finetuned by [@hvoss-techfak](https://github.com/hvoss-techfak)
116
 
117