Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

speech self-supervised representations

License

NotificationsYou must be signed in to change notification settings

auspicious3000/contentvec

Repository files navigation

This repository provides the official PyTorch implementation ofContentVec.

This is a short video that explains the main concepts of our work. If you find this work useful and use it in your research, please consider citing our paper.

ContentVec

Cite this paper

https://proceedings.mlr.press/v162/qian22b.html

Pre-trained models

The legacy model only contains the representation module, which may be loaded using plain fairseq installation without setting up this code repo.

ModelClasses
ContentVec_legacy100download
ContentVec100download
ContentVec_legacy500download
ContentVec500download

Load a model

ckpt_path = "/path/to/the/checkpoint_best_legacy.pt"models, cfg, task = fairseq.checkpoint_utils.load_model_ensemble_and_task([ckpt_path])model = models[0]

For detailed feature extraction steps, please refer toHubert.

Train a new model

Data preparation

Download thezip file consisting of the following files:

  • {train,valid}.tsv waveform list files in metadata
  • {train,valid}.km frame-aligned pseudo label files in labels
  • dict.km.txt a dummy dictionary in labels
  • spk2info.dict a dictionary mapping from speaker id to speaker embedding in metadata

Modify the root directory in the{train,valid}.tsv waveform list files

Setup code repo

Follow steps insetup.sh to setup the code repo

Pretrain ContentVec

Userun_pretrain_single.sh to run on a single node

Userun_pretrain_multi.sh and the corresponding slurm template to run on multiple GPUs and nodes

About

speech self-supervised representations

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp