Spaces:
Running
Running
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 +16 -3
src/f5_tts/infer/SHARED.md
CHANGED
@@ -23,7 +23,8 @@
|
|
23 |
- [English](#english)
|
24 |
- [French](#french)
|
25 |
- [French LibriVox @ finetune @ fr](#french-librivox--finetune--fr)
|
26 |
-
|
|
|
27 |
|
28 |
## Multilingual
|
29 |
|
@@ -39,7 +40,6 @@ VOCAB_FILE: hf://SWivid/F5-TTS/F5TTS_Base/vocab.txt
|
|
39 |
|
40 |
*Other infos, e.g. Author info, Github repo, Link to some sampled results, Usage instruction, Tutorial (Blog, Video, etc.) ...*
|
41 |
|
42 |
-
|
43 |
## Mandarin
|
44 |
|
45 |
## Japanese
|
@@ -56,7 +56,6 @@ VOCAB_FILE: hf://Jmica/F5TTS/JA_8500000/vocab_updated.txt
|
|
56 |
|
57 |
## English
|
58 |
|
59 |
-
|
60 |
## French
|
61 |
|
62 |
#### French LibriVox @ finetune @ fr
|
@@ -72,3 +71,17 @@ VOCAB_FILE: hf://RASPIAUDIO/F5-French-MixedSpeakers-reduced/vocab.txt
|
|
72 |
- [Online Inference with Hugging Face Space](https://huggingface.co/spaces/RASPIAUDIO/f5-tts_french).
|
73 |
- [Tutorial video to train a new language model](https://www.youtube.com/watch?v=UO4usaOojys).
|
74 |
- [Discussion about this training can be found here](https://github.com/SWivid/F5-TTS/issues/434).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
- [English](#english)
|
24 |
- [French](#french)
|
25 |
- [French LibriVox @ finetune @ fr](#french-librivox--finetune--fr)
|
26 |
+
- [Finnish](#finnish)
|
27 |
+
- [Finnish Common Voice Vox Populi @ finetune @ fi](#finnish-common-voice-vox-populi--finetune--fi)
|
28 |
|
29 |
## Multilingual
|
30 |
|
|
|
40 |
|
41 |
*Other infos, e.g. Author info, Github repo, Link to some sampled results, Usage instruction, Tutorial (Blog, Video, etc.) ...*
|
42 |
|
|
|
43 |
## Mandarin
|
44 |
|
45 |
## Japanese
|
|
|
56 |
|
57 |
## English
|
58 |
|
|
|
59 |
## French
|
60 |
|
61 |
#### French LibriVox @ finetune @ fr
|
|
|
71 |
- [Online Inference with Hugging Face Space](https://huggingface.co/spaces/RASPIAUDIO/f5-tts_french).
|
72 |
- [Tutorial video to train a new language model](https://www.youtube.com/watch?v=UO4usaOojys).
|
73 |
- [Discussion about this training can be found here](https://github.com/SWivid/F5-TTS/issues/434).
|
74 |
+
|
75 |
+
## English
|
76 |
+
|
77 |
+
## Finnish
|
78 |
+
|
79 |
+
#### Finnish Common_Voice Vox_Populi @ finetune @ fi
|
80 |
+
|Model|🤗Hugging Face|Data|Model License|
|
81 |
+
|:---:|:------------:|:-----------:|:-------------:|
|
82 |
+
|F5-TTS Finnish|[ckpt & vocab](https://huggingface.co/AsmoKoskinen/F5-TTS_Finnish_Model)|[Common Voice](https://huggingface.co/datasets/mozilla-foundation/common_voice_17_0), [Vox Populi](https://huggingface.co/datasets/facebook/voxpopuli)|cc-by-nc-4.0|
|
83 |
+
|
84 |
+
```bash
|
85 |
+
MODEL_CKPT: hf://AsmoKoskinen/F5-TTS_Finish_Model/model_common_voice_fi_vox_populi_fi_20241206.safetensors
|
86 |
+
VOCAB_FILE: hf://AsmoKoskinen/F5-TTS_Finish_Model/vocab.txt
|
87 |
+
```
|