Add new models to `.models.json`

SpeedySpeech model using `ForwardTTS`
UnivNet model fine-tuned on TacotronDDC_ph spectrograms
This commit is contained in:
Eren Gölge 2021-09-13 08:22:14 +00:00
parent aed9a32d52
commit 91bebebe18
1 changed files with 14 additions and 4 deletions

View File

@ -38,6 +38,16 @@
"license": "MPL", "license": "MPL",
"contact": "egolge@coqui.com" "contact": "egolge@coqui.com"
}, },
"speedy-speech": {
"description": "Speedy Speech model trained on LJSpeech dataset using the Alignment Network for learning the durations.",
"github_rls_url": "https://github.com/coqui-ai/TTS/releases/download/v0.3.0/tts_models--en--ljspeech--speedy_speech.zip",
"stats_file": null,
"default_vocoder": "vocoder_models/en/ljspeech/hifigan_v2",
"commit": "4581e3d",
"author": "Eren Gölge @erogol",
"license": "TBD",
"contact": "egolge@coqui.com"
},
"tacotron2-DCA": { "tacotron2-DCA": {
"description": "", "description": "",
"github_rls_url": "https://github.com/coqui-ai/TTS/releases/download/v0.0.9/tts_models--en--ljspeech--tacotron2-DCA.zip", "github_rls_url": "https://github.com/coqui-ai/TTS/releases/download/v0.0.9/tts_models--en--ljspeech--tacotron2-DCA.zip",
@ -209,11 +219,11 @@
"contact": "egolge@coqui.ai" "contact": "egolge@coqui.ai"
}, },
"univnet": { "univnet": {
"description": "UnivNet model trained on LJSpeech to complement the TacotronDDC_ph model.", "description": "UnivNet model finetuned on TacotronDDC_ph spectrograms for better compatibility.",
"github_rls_url": "https://github.com/coqui-ai/TTS/releases/download/v0.2.0/vocoder_models--en--ljspeech--univnet.zip", "github_rls_url": "https://github.com/coqui-ai/TTS/releases/download/v0.3.0/vocoder_models--en--ljspeech--univnet_v2.zip",
"commit": "3900448", "commit": "4581e3d",
"author": "Eren @erogol", "author": "Eren @erogol",
"license": "", "license": "TBD",
"contact": "egolge@coqui.ai" "contact": "egolge@coqui.ai"
} }
}, },