Spaces:
Running
on
Zero
Running
on
Zero
Sync from GitHub repo
Browse filesThis Space is synced from the GitHub repo: https://github.com/SWivid/F5-TTS. Please submit contributions to the Space there
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 |
|