mechanicalsea
commited on
Commit
•
3904200
1
Parent(s):
54aefbc
Update README.md
Browse files
README.md
CHANGED
@@ -25,13 +25,13 @@ This manifest is an attempt to recreate the Text-to-Speech recipe used for train
|
|
25 |
|
26 |
### Tools
|
27 |
|
28 |
-
-
|
29 |
-
-
|
30 |
|
31 |
### Model and Samples
|
32 |
|
33 |
-
- [speecht5_tts.pt](./speecht5_tts.pt) are reimplemented Text-to-Speech fine-tuning on the released manifest **but with a smaller batch size or max updates** (Ensure the manifest is ok).
|
34 |
-
-
|
35 |
|
36 |
### Reference
|
37 |
|
|
|
25 |
|
26 |
### Tools
|
27 |
|
28 |
+
- `manifest/utils` is used to downsample waveform, extract speaker embedding, generate manifest, and apply vocoder.
|
29 |
+
- `pretrained_vocoder` provides the pre-trained vocoder.
|
30 |
|
31 |
### Model and Samples
|
32 |
|
33 |
+
- [`speecht5_tts.pt`](./speecht5_tts.pt) are reimplemented Text-to-Speech fine-tuning on the released manifest **but with a smaller batch size or max updates** (Ensure the manifest is ok).
|
34 |
+
- `samples` are created by the released fine-tuned model and vocoder.
|
35 |
|
36 |
### Reference
|
37 |
|