File size: 852 Bytes
81fb447 56e2a42 81fb447 5e46696 81fb447 d44b51a 5e46696 0f35baa d44b51a 5e46696 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
---
language:
- en
tags:
- Parallel Tacotron
- Univnet
- Text-to-Speech
datasets:
- CMU Arctic
- Hi-Fi
---
# TTS Models
Here you can find models compatible with
[balacoon_tts](https://balacoon.com) python package.
You can check interactive demo and models usage example in
[balacoon/tts](https://huggingface.co/spaces/balacoon/tts) space.
List of available models:
- <mark>en_us_cmuarctic_pt_univenet.addon</mark> - en-US TTS trained on all 18
[CMU Arctic](http://festvox.org/cmu_arctic/) voices.
- <mark>en_us_hifi92_pt_univenet.addon</mark> - en-US TTS trained on
a single clean speaker(92) from [Hi-Fi dataset](https://arxiv.org/abs/2104.01497).
Model names hints architecture used:
- `pt_univenet` - combination of [Parallel Tacotron](https://arxiv.org/abs/2010.11439)
and pre-trained [Univnet](https://github.com/mindslab-ai/univnet). |