nielsr HF Staff commited on
Commit
1a5e5e3
·
verified ·
1 Parent(s): f810c69

Add pipeline tag and library name

Browse files

This PR ensures people can now find your model at https://huggingface.co/models?pipeline_tag=audio-to-audio.
It also sets the appropriate library name to PyTorch.

Files changed (1) hide show
  1. README.md +6 -4
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
- [![arXiv](https://img.shields.io/badge/OpenReview-Paper-COLOR.svg)](https://openreview.net/pdf?id=anQDiQZhDP)
16
  [![hf](https://img.shields.io/badge/%F0%9F%A4%97%20HuggingFace-model-yellow)](https://huggingface.co/amphion/Vevo)
17
  [![WebPage](https://img.shields.io/badge/WebPage-Demo-red)](https://versavoice.github.io/) [![readme](https://img.shields.io/badge/README-GitHub-blue)](https://github.com/open-mmlab/Amphion/blob/main/models/vc/vevo/README.md)
18
 
19
- We present our reproduction of [Vevo](https://openreview.net/pdf?id=anQDiQZhDP), 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.
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
+ [![arXiv](https://img.shields.io/badge/OpenReview-Paper-COLOR.svg)](https://huggingface.co/papers/2502.07243)
18
  [![hf](https://img.shields.io/badge/%F0%9F%A4%97%20HuggingFace-model-yellow)](https://huggingface.co/amphion/Vevo)
19
  [![WebPage](https://img.shields.io/badge/WebPage-Demo-red)](https://versavoice.github.io/) [![readme](https://img.shields.io/badge/README-GitHub-blue)](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