pradnya-hf-dev
commited on
Commit
•
9c2ca26
1
Parent(s):
d8ad171
minor documentation update
Browse files
README.md
CHANGED
@@ -1,13 +1,10 @@
|
|
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
|
@@ -112,8 +109,6 @@ python train.py hparams/train.yaml --data_folder=/path/to/libritts_data --device
|
|
112 |
```
|
113 |
The training logs will be available here in the future.
|
114 |
|
115 |
-
The pre-trained model with an easy-inference function will be available in the future.
|
116 |
-
|
117 |
### Limitations
|
118 |
The SpeechBrain team does not provide any warranty on the performance achieved by this model when used on other datasets.
|
119 |
|
|
|
1 |
---
|
2 |
language: "en"
|
3 |
tags:
|
|
|
|
|
|
|
4 |
- Tacotron2
|
5 |
- speechbrain
|
6 |
- zero-shot
|
7 |
+
- multi-speaker-tts
|
8 |
license: "apache-2.0"
|
9 |
datasets:
|
10 |
- LibriTTS
|
|
|
109 |
```
|
110 |
The training logs will be available here in the future.
|
111 |
|
|
|
|
|
112 |
### Limitations
|
113 |
The SpeechBrain team does not provide any warranty on the performance achieved by this model when used on other datasets.
|
114 |
|