Spaces:
Running
on
Zero
Running
on
Zero
mrfakename
commited on
Commit
•
341ae26
1
Parent(s):
2a3a3a4
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
- requirements.txt +2 -1
- src/f5_tts/infer/SHARED.md +18 -0
requirements.txt
CHANGED
@@ -22,4 +22,5 @@ transformers
|
|
22 |
vocos
|
23 |
wandb
|
24 |
x_transformers>=1.31.14
|
25 |
-
f5_tts @ git+https://huggingface.co/spaces/mrfakename/E2-F5-TTS
|
|
|
|
22 |
vocos
|
23 |
wandb
|
24 |
x_transformers>=1.31.14
|
25 |
+
f5_tts @ git+https://huggingface.co/spaces/mrfakename/E2-F5-TTS
|
26 |
+
detoxify @ git+https://github.com/unitaryai/detoxify
|
src/f5_tts/infer/SHARED.md
CHANGED
@@ -19,6 +19,7 @@
|
|
19 |
- [F5-TTS Base @ pretrain @ zh \& en](#f5-tts-base--pretrain--zh--en)
|
20 |
- [Mandarin](#mandarin)
|
21 |
- [English](#english)
|
|
|
22 |
|
23 |
|
24 |
## Multilingual
|
@@ -39,3 +40,20 @@ VOCAB_FILE: hf://SWivid/F5-TTS/F5TTS_Base/vocab.txt
|
|
39 |
|
40 |
## English
|
41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
- [F5-TTS Base @ pretrain @ zh \& en](#f5-tts-base--pretrain--zh--en)
|
20 |
- [Mandarin](#mandarin)
|
21 |
- [English](#english)
|
22 |
+
- [French](#french)
|
23 |
|
24 |
|
25 |
## Multilingual
|
|
|
40 |
|
41 |
## English
|
42 |
|
43 |
+
## French
|
44 |
+
|Model|🤗Hugging Face|Data (Hours)|Model License|
|
45 |
+
|:---:|:------------:|:-----------:|:-------------:|
|
46 |
+
|F5-TTS French|[ckpt & vocab](https://huggingface.co/RASPIAUDIO/F5-French-MixedSpeakers-reduced)|[LibriVox](https://librivox.org/)|cc-by-nc-4.0|
|
47 |
+
|
48 |
+
```bash
|
49 |
+
MODEL_CKPT: hf://RASPIAUDIO/F5-French-MixedSpeakers-reduced/model_last_reduced.pt
|
50 |
+
VOCAB_FILE: hf://RASPIAUDIO/F5-French-MixedSpeakers-reduced/vocab.txt
|
51 |
+
```
|
52 |
+
### Online Inference
|
53 |
+
You can test the model online using our [Hugging Face Space](https://huggingface.co/spaces/RASPIAUDIO/f5-tts_french).
|
54 |
+
|
55 |
+
### Resources
|
56 |
+
- [Tutorial video to train a new language model](https://www.youtube.com/watch?v=UO4usaOojys)
|
57 |
+
- [Discussion about this training can be found here](https://github.com/SWivid/F5-TTS/issues/434)
|
58 |
+
|
59 |
+
|