mrfakename commited on
Commit
65b6b0b
·
verified ·
1 Parent(s): 9bf4487

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 +19 -0
src/f5_tts/infer/SHARED.md CHANGED
@@ -22,6 +22,8 @@
22
  - [Finnish Common\_Voice Vox\_Populi @ finetune @ fi](#finnish-common_voice-vox_populi--finetune--fi)
23
  - [French](#french)
24
  - [French LibriVox @ finetune @ fr](#french-librivox--finetune--fr)
 
 
25
  - [Japanese](#japanese)
26
  - [F5-TTS Japanese @ pretrain/finetune @ ja](#f5-tts-japanese--pretrainfinetune--ja)
27
  - [Mandarin](#mandarin)
@@ -77,6 +79,23 @@ VOCAB_FILE: hf://RASPIAUDIO/F5-French-MixedSpeakers-reduced/vocab.txt
77
  - [Discussion about this training can be found here](https://github.com/SWivid/F5-TTS/issues/434).
78
 
79
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
80
  ## Japanese
81
 
82
  #### F5-TTS Japanese @ pretrain/finetune @ ja
 
22
  - [Finnish Common\_Voice Vox\_Populi @ finetune @ fi](#finnish-common_voice-vox_populi--finetune--fi)
23
  - [French](#french)
24
  - [French LibriVox @ finetune @ fr](#french-librivox--finetune--fr)
25
+ - [Italian](#italian)
26
+ - [F5-TTS Italian @ finetune @ it](#f5-tts-italian--finetune--it)
27
  - [Japanese](#japanese)
28
  - [F5-TTS Japanese @ pretrain/finetune @ ja](#f5-tts-japanese--pretrainfinetune--ja)
29
  - [Mandarin](#mandarin)
 
79
  - [Discussion about this training can be found here](https://github.com/SWivid/F5-TTS/issues/434).
80
 
81
 
82
+ ## Italian
83
+
84
+ #### F5-TTS Italian @ finetune @ it
85
+ |Model|🤗Hugging Face|Data|Model License|
86
+ |:---:|:------------:|:-----------:|:-------------:|
87
+ |F5-TTS Italian|[ckpt & vocab](https://huggingface.co/alien79/F5-TTS-italian)|[ylacombe/cml-tts](https://huggingface.co/datasets/ylacombe/cml-tts) |cc-by-nc-4.0|
88
+
89
+ ```bash
90
+ MODEL_CKPT: hf://alien79/F5-TTS-italian/model_159600.safetensors
91
+ VOCAB_FILE: hf://alien79/F5-TTS-italian/vocab.txt
92
+ ```
93
+
94
+ - Trained by [Mithril Man](https://github.com/MithrilMan)
95
+ - Model details on [hf project home](https://huggingface.co/alien79/F5-TTS-italian)
96
+ - Open to collaborations to further improve the model
97
+
98
+
99
  ## Japanese
100
 
101
  #### F5-TTS Japanese @ pretrain/finetune @ ja