speecht5-vc / README.md
mechanicalsea's picture
Update README.md
a3109bf
metadata
license: mit
tags:
  - speech
  - text
  - cross-modal
  - unified model
  - self-supervised learning
  - SpeechT5
  - Voice Conversion
datasets:
  - CMUARCTIC
  - bdl
  - clb
  - rms
  - slt

SpeechT5 VC Manifest

| Github | Huggingface |

This manifest is an attempt to recreate the Voice Conversion recipe used for training SpeechT5. This manifest was constructed using CMU ARCTIC four speakers, e.g., bdl, clb, rms, slt. There are 932 utterances for training, 100 utterances for validation, and 100 utterance for evaluation.

News

  • 8 February 2023: SpeechT5 is integrated as an official model into the Hugging Face Transformers library [Blog] and [Demo].

Requirements

Tools

  • manifest/utils is used to extract speaker embedding, generate manifest, and apply vocoder.
  • manifest/arctic* provides the pre-trained vocoder for each speaker.

Model and Samples

  • 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).
  • samples are created by the released fine-tuned model and vocoder.

Reference

If you find our work is useful in your research, please cite the following paper:

@inproceedings{ao-etal-2022-speecht5,
    title = {{S}peech{T}5: Unified-Modal Encoder-Decoder Pre-Training for Spoken Language Processing},
    author = {Ao, Junyi and Wang, Rui and Zhou, Long and Wang, Chengyi and Ren, Shuo and Wu, Yu and Liu, Shujie and Ko, Tom and Li, Qing and Zhang, Yu and Wei, Zhihua and Qian, Yao and Li, Jinyu and Wei, Furu},
    booktitle = {Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)},
    month = {May},
    year = {2022},
    pages={5723--5738},
}