mechanicalsea
commited on
Commit
·
795469e
1
Parent(s):
479d6f2
Update README.md
Browse files
README.md
CHANGED
@@ -29,13 +29,13 @@ This manifest is an attempt to recreate the Voice Conversion recipe used for tra
|
|
29 |
|
30 |
### Tools
|
31 |
|
32 |
-
-
|
33 |
-
-
|
34 |
|
35 |
### Model and Samples
|
36 |
|
37 |
-
- [speecht5_vc.pt](./speecht5_vc.pt) are reimplemented Voice Conversion fine-tuning on the released manifest **but with a smaller batch size or max updates** (Ensure the manifest is ok).
|
38 |
-
-
|
39 |
|
40 |
### Reference
|
41 |
|
|
|
29 |
|
30 |
### Tools
|
31 |
|
32 |
+
- `manifest/utils` is used to extract speaker embedding, generate manifest, and apply vocoder.
|
33 |
+
- `manifest/arctic*` provides the pre-trained vocoder for each speaker.
|
34 |
|
35 |
### Model and Samples
|
36 |
|
37 |
+
- [`speecht5_vc.pt`](./speecht5_vc.pt) are reimplemented Voice Conversion fine-tuning on the released manifest **but with a smaller batch size or max updates** (Ensure the manifest is ok).
|
38 |
+
- `samples` are created by the released fine-tuned model and vocoder.
|
39 |
|
40 |
### Reference
|
41 |
|