Commit ·
5e46696
1
Parent(s): 3695de7
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,22 +7,24 @@ tags:
|
|
| 7 |
- Text-to-Speech
|
| 8 |
datasets:
|
| 9 |
- CMU Arctic
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# TTS Models
|
| 13 |
|
| 14 |
Here you can find models compatible with
|
| 15 |
-
[balacoon_tts](https://
|
| 16 |
You can check interactive demo and models usage example in
|
| 17 |
[balacoon/tts](https://huggingface.co/spaces/balacoon/tts) space.
|
| 18 |
|
| 19 |
List of available models:
|
| 20 |
|
| 21 |
- <mark>en_us_cmuarctic_pt_univenet.addon</mark> - en-US TTS trained on all 18
|
| 22 |
-
[CMU Arctic](http://festvox.org/cmu_arctic/) voices.
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
|
|
|
|
|
| 7 |
- Text-to-Speech
|
| 8 |
datasets:
|
| 9 |
- CMU Arctic
|
| 10 |
+
- Hi-Fi
|
| 11 |
---
|
| 12 |
|
| 13 |
# TTS Models
|
| 14 |
|
| 15 |
Here you can find models compatible with
|
| 16 |
+
[balacoon_tts](https://balacoon.com) python package.
|
| 17 |
You can check interactive demo and models usage example in
|
| 18 |
[balacoon/tts](https://huggingface.co/spaces/balacoon/tts) space.
|
| 19 |
|
| 20 |
List of available models:
|
| 21 |
|
| 22 |
- <mark>en_us_cmuarctic_pt_univenet.addon</mark> - en-US TTS trained on all 18
|
| 23 |
+
[CMU Arctic](http://festvox.org/cmu_arctic/) voices.
|
| 24 |
+
- <mark>en_us_hifi92_pt_univenet.addon</mark> - en-US TTS trained on
|
| 25 |
+
a single clean speaker(92) from [Hi-Fi dataset](https://arxiv.org/abs/2104.01497).
|
| 26 |
+
|
| 27 |
+
Model names hints architecture used:
|
| 28 |
+
|
| 29 |
+
- `pt_univenet` - combination of [Parallel Tacotron](https://arxiv.org/abs/2010.11439)
|
| 30 |
+
and pre-trained [Univnet](https://github.com/mindslab-ai/univnet).
|