Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,13 @@ datasets:
|
|
20 |
- mbarnig/lb-de-fr-en-pt-12800-TTS-CORPUS
|
21 |
|
22 |
---
|
23 |
-
#### This model has been trained from scratch with my customized dataset [mbarnig/lb-de-fr-en-pt-coqui-vits-tts](https://huggingface.co/datasets/mbarnig/lb-de-fr-en-pt-12800-TTS-CORPUS) and the 🐸 [Coqui-TTS multilingual VITS-model recipe](https://github.com/coqui-ai/TTS/tree/dev/recipes/multilingual/vits_tts) (version 0.7.1).
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
#### A live inference-demo of the model is available in my HuggingFace space ⌨️ 🇱🇺 🔈 [mbarnig/lb_de_fr_en_pt_COQUI_VITS_TTS](https://huggingface.co/spaces/mbarnig/lb_de_fr_en_pt_COQUI_VITS_TTS).
|
26 |
|
|
|
20 |
- mbarnig/lb-de-fr-en-pt-12800-TTS-CORPUS
|
21 |
|
22 |
---
|
23 |
+
#### This model has been trained from scratch with my customized dataset [mbarnig/lb-de-fr-en-pt-coqui-vits-tts](https://huggingface.co/datasets/mbarnig/lb-de-fr-en-pt-12800-TTS-CORPUS) and the 🐸 [Coqui-TTS multilingual VITS-model recipe](https://github.com/coqui-ai/TTS/tree/dev/recipes/multilingual/vits_tts) (version 0.7.1). The model was trained without phonemes with the following character-set:
|
24 |
+
|
25 |
+
```
|
26 |
+
characters="abcdefghijklmnopqrstuvwxyz ßàáâãäçèéêëíîïóôõöùúûü",
|
27 |
+
punctuations="!'(),-.:;? ",
|
28 |
+
phonemes=None,
|
29 |
+
```
|
30 |
|
31 |
#### A live inference-demo of the model is available in my HuggingFace space ⌨️ 🇱🇺 🔈 [mbarnig/lb_de_fr_en_pt_COQUI_VITS_TTS](https://huggingface.co/spaces/mbarnig/lb_de_fr_en_pt_COQUI_VITS_TTS).
|
32 |
|