wr
commited on
Commit
·
479d6f2
1
Parent(s):
8a17a4c
update README
Browse files
README.md
CHANGED
@@ -32,6 +32,11 @@ This manifest is an attempt to recreate the Voice Conversion recipe used for tra
|
|
32 |
- [manifest/utils](./manifest/utils/) is used to extract speaker embedding, generate manifest, and apply vocoder.
|
33 |
- [manifest/arctic*](./manifest/) provides the pre-trained vocoder for each speaker.
|
34 |
|
|
|
|
|
|
|
|
|
|
|
35 |
### Reference
|
36 |
|
37 |
If you find our work is useful in your research, please cite the following paper:
|
|
|
32 |
- [manifest/utils](./manifest/utils/) is used to extract speaker embedding, generate manifest, and apply vocoder.
|
33 |
- [manifest/arctic*](./manifest/) 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](./samples/) are created by the released fine-tuned model and vocoder.
|
39 |
+
|
40 |
### Reference
|
41 |
|
42 |
If you find our work is useful in your research, please cite the following paper:
|