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
@@ -137,11 +137,11 @@ Config: {"dim": 1024, "depth": 22, "heads": 16, "ff_mult": 2, "text_dim": 512, "
|
|
137 |
#### F5-TTS Base @ ja @ Jmica
|
138 |
|Model|🤗Hugging Face|Data (Hours)|Model License|
|
139 |
|:---:|:------------:|:-----------:|:-------------:|
|
140 |
-
|F5-TTS Base|[ckpt & vocab](https://huggingface.co/Jmica/F5TTS/tree/main/
|
141 |
|
142 |
```bash
|
143 |
-
Model: hf://Jmica/F5TTS/
|
144 |
-
Vocab: hf://Jmica/F5TTS/
|
145 |
Config: {"dim": 1024, "depth": 22, "heads": 16, "ff_mult": 2, "text_dim": 512, "text_mask_padding": False, "conv_layers": 4, "pe_attn_head": 1}
|
146 |
```
|
147 |
|
|
|
137 |
#### F5-TTS Base @ ja @ Jmica
|
138 |
|Model|🤗Hugging Face|Data (Hours)|Model License|
|
139 |
|:---:|:------------:|:-----------:|:-------------:|
|
140 |
+
|F5-TTS Base|[ckpt & vocab](https://huggingface.co/Jmica/F5TTS/tree/main/JA_21999120)|[Emilia 1.7k JA](https://huggingface.co/datasets/amphion/Emilia-Dataset/tree/fc71e07) & [Galgame Dataset 5.4k](https://huggingface.co/datasets/OOPPEENN/Galgame_Dataset)|cc-by-nc-4.0|
|
141 |
|
142 |
```bash
|
143 |
+
Model: hf://Jmica/F5TTS/JA_21999120/model_21999120.pt
|
144 |
+
Vocab: hf://Jmica/F5TTS/JA_21999120/vocab_japanese.txt
|
145 |
Config: {"dim": 1024, "depth": 22, "heads": 16, "ff_mult": 2, "text_dim": 512, "text_mask_padding": False, "conv_layers": 4, "pe_attn_head": 1}
|
146 |
```
|
147 |
|