mrfakename commited on
Commit
591a8c0
1 Parent(s): 1f91df5

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 +18 -0
src/f5_tts/infer/SHARED.md CHANGED
@@ -29,6 +29,8 @@
29
  - [Japanese](#japanese)
30
  - [F5-TTS Base @ ja @ Jmica](#f5-tts-base--ja--jmica)
31
  - [Mandarin](#mandarin)
 
 
32
  - [Spanish](#spanish)
33
  - [F5-TTS Base @ es @ jpgallegoar](#f5-tts-base--es--jpgallegoar)
34
 
@@ -136,6 +138,22 @@ Config: {"dim": 1024, "depth": 22, "heads": 16, "ff_mult": 2, "text_dim": 512, "
136
  ## Mandarin
137
 
138
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
139
  ## Spanish
140
 
141
  #### F5-TTS Base @ es @ jpgallegoar
 
29
  - [Japanese](#japanese)
30
  - [F5-TTS Base @ ja @ Jmica](#f5-tts-base--ja--jmica)
31
  - [Mandarin](#mandarin)
32
+ - [Russian](#russian)
33
+ - [F5-TTS Base @ ru @ HotDro4illa](#f5-tts-base--ru--hotdro4illa)
34
  - [Spanish](#spanish)
35
  - [F5-TTS Base @ es @ jpgallegoar](#f5-tts-base--es--jpgallegoar)
36
 
 
138
  ## Mandarin
139
 
140
 
141
+ ## Russian
142
+
143
+ #### F5-TTS Base @ ru @ HotDro4illa
144
+ |Model|🤗Hugging Face|Data (Hours)|Model License|
145
+ |:---:|:------------:|:-----------:|:-------------:|
146
+ |F5-TTS Base|[ckpt & vocab](https://huggingface.co/hotstone228/F5-TTS-Russian)|[Common voice](https://huggingface.co/datasets/mozilla-foundation/common_voice_17_0)|cc-by-nc-4.0|
147
+
148
+ ```bash
149
+ Model: hf://hotstone228/F5-TTS-Russian/model_last.safetensors
150
+ Vocab: hf://hotstone228/F5-TTS-Russian/vocab.txt
151
+ Config: {"dim": 1024, "depth": 22, "heads": 16, "ff_mult": 2, "text_dim": 512, "conv_layers": 4}
152
+ ```
153
+ - Finetuned by [HotDro4illa](https://github.com/HotDro4illa)
154
+ - Any improvements are welcome
155
+
156
+
157
  ## Spanish
158
 
159
  #### F5-TTS Base @ es @ jpgallegoar