Add pipeline tag and library name
#2
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,22 +1,24 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: cc-by-nc-4.0
|
|
|
|
|
3 |
tags:
|
4 |
- voice-conversion
|
5 |
- text-to-speech
|
6 |
- accent-conversion
|
7 |
- emotion-conversion
|
8 |
- style-transfer
|
9 |
-
datasets:
|
10 |
-
- amphion/Emilia-Dataset
|
11 |
---
|
12 |
|
13 |
# Vevo: Controllable Zero-Shot Voice Imitation with Self-Supervised Disentanglement
|
14 |
|
15 |
-
[](https://
|
16 |
[](https://huggingface.co/amphion/Vevo)
|
17 |
[](https://versavoice.github.io/) [](https://github.com/open-mmlab/Amphion/blob/main/models/vc/vevo/README.md)
|
18 |
|
19 |
-
We present our reproduction of [Vevo](https://
|
20 |
|
21 |
We have included the following pre-trained Vevo models at Amphion:
|
22 |
|
|
|
1 |
---
|
2 |
+
datasets:
|
3 |
+
- amphion/Emilia-Dataset
|
4 |
license: cc-by-nc-4.0
|
5 |
+
library_name: pytorch
|
6 |
+
pipeline_tag: audio-to-audio
|
7 |
tags:
|
8 |
- voice-conversion
|
9 |
- text-to-speech
|
10 |
- accent-conversion
|
11 |
- emotion-conversion
|
12 |
- style-transfer
|
|
|
|
|
13 |
---
|
14 |
|
15 |
# Vevo: Controllable Zero-Shot Voice Imitation with Self-Supervised Disentanglement
|
16 |
|
17 |
+
[](https://huggingface.co/papers/2502.07243)
|
18 |
[](https://huggingface.co/amphion/Vevo)
|
19 |
[](https://versavoice.github.io/) [](https://github.com/open-mmlab/Amphion/blob/main/models/vc/vevo/README.md)
|
20 |
|
21 |
+
We present our reproduction of [Vevo](https://huggingface.co/papers/2502.07243), a versatile zero-shot voice imitation framework with controllable timbre and style. We invite you to explore the [audio samples](https://versavoice.github.io/) to experience Vevo's capabilities firsthand.
|
22 |
|
23 |
We have included the following pre-trained Vevo models at Amphion:
|
24 |
|