Commit
·
d8ad171
1
Parent(s):
c92e5df
added metadata
Browse files
README.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Text-to-Speech (TTS) with Zero-Shot Multi-Speaker Tacotron2 trained on LibriTTS
|
| 2 |
### Note: This is a work in progress
|
| 3 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: "en"
|
| 3 |
+
tags:
|
| 4 |
+
- text-to-speech
|
| 5 |
+
- TTS
|
| 6 |
+
- speech-synthesis
|
| 7 |
+
- Tacotron2
|
| 8 |
+
- speechbrain
|
| 9 |
+
- zero-shot
|
| 10 |
+
- multi-speaker
|
| 11 |
+
license: "apache-2.0"
|
| 12 |
+
datasets:
|
| 13 |
+
- LibriTTS
|
| 14 |
+
metrics:
|
| 15 |
+
- mos
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
<iframe src="https://ghbtns.com/github-btn.html?user=speechbrain&repo=speechbrain&type=star&count=true&size=large&v=2" frameborder="0" scrolling="0" width="170" height="30" title="GitHub"></iframe>
|
| 19 |
+
<br/><br/>
|
| 20 |
+
|
| 21 |
+
|
| 22 |
# Text-to-Speech (TTS) with Zero-Shot Multi-Speaker Tacotron2 trained on LibriTTS
|
| 23 |
### Note: This is a work in progress
|
| 24 |
|