SerCe commited on
Commit
0e8c2da
1 Parent(s): e6f8284

add the training project link

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -7,4 +7,6 @@ The model was first finetuned on public_youtube700_val+buriy_audiobooks_2_val fr
7
  The model was then finetuned on [RUSLAN: Russian Spoken Language Corpus For Speech Synthesis](https://ruslan-corpus.github.io/).
8
 
9
  The model is able to generate generic male voices, see [examples](https://huggingface.co/SerCe/tortoise-tts-ruslan/tree/main/examples/random).
10
- Additionally, the model is suitable for further finetuning on any Russian male voice, e.g. see a [finetuned](https://huggingface.co/SerCe/tortoise-tts-ruslan/tree/main/examples/finetuned) voice of Yury Dud (the finetuned model weights are not included).
 
 
 
7
  The model was then finetuned on [RUSLAN: Russian Spoken Language Corpus For Speech Synthesis](https://ruslan-corpus.github.io/).
8
 
9
  The model is able to generate generic male voices, see [examples](https://huggingface.co/SerCe/tortoise-tts-ruslan/tree/main/examples/random).
10
+ Additionally, the model is suitable for further finetuning on any Russian male voice, e.g. see a [finetuned](https://huggingface.co/SerCe/tortoise-tts-ruslan/tree/main/examples/finetuned) voice of Yury Dud (the finetuned model weights are not included).
11
+
12
+ The code from [ai-voice-cloning](https://git.ecker.tech/mrq/ai-voice-cloning) was used to train the model.