Skip to content

Commit

Permalink
[ci skip] Add sam models
Browse files Browse the repository at this point in the history
  • Loading branch information
erogol committed Apr 28, 2021
1 parent ed1de4e commit fd95e9b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions TTS/.models.json
Original file line number Diff line number Diff line change
Expand Up @@ -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":"[email protected]"
},
}
},
"es":{
Expand Down Expand Up @@ -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": "[email protected]"
}
}
},
"nl":{
Expand Down

0 comments on commit fd95e9b

Please sign in to comment.