From fd95e9b8a43459d98b0b52f6929071cff579659e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Wed, 28 Apr 2021 21:57:17 +0200 Subject: [PATCH] [ci skip] Add sam models --- TTS/.models.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/TTS/.models.json b/TTS/.models.json index d2bed8c1..e6e3c1da 100644 --- a/TTS/.models.json +++ b/TTS/.models.json @@ -59,6 +59,17 @@ "contact":"" } + }, + "sam":{ + "tacotron-DDC": { + "description": "Tacotron2 with Double Decoder Consistency trained with Aceenture's Sam dataset.", + "github_rls_url": "https://github.com/coqui-ai/TTS/releases/download/v0.0.13/tts_models--en--sam--tacotron_DDC.zip", + "default_vocoder": "vocoder_models/en/sam/hifigan_v2", + "commit": "bae2ad0f", + "author": "Eren Gölge @erogol", + "license": "", + "contact":"egolge@coqui.com" + }, } }, "es":{ @@ -180,6 +191,16 @@ "license": "", "contact": "" } + }, + "sam": { + "hifigan_v2":{ + "description": "Finetuned and intended to be used with tts_models/en/sam/tacotron_DDC", + "github_rls_url":"https://github.com/coqui-ai/TTS/releases/download/v0.0.13/vocoder_models--en--sam--hifigan_v2.zip", + "commit": "2f07160", + "author": "Eren Gölge @erogol", + "license": "", + "contact": "egolge@coqui.ai" + } } }, "nl":{