Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Job manager crashed while running this job (missing heartbeats).
Error code:   JobManagerCrashedError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

audio
audio
End of preview.

Music Demixing Benchmarks Medley Vox

Unofficial, unpacked mirror of MVSep Quality Checker Medley Vox dataset.

Download

hf CLI and the huggingface_hub Python package are orders of magnitude faster than git.

Remember to use --repo-type dataset or repo_type='dataset'

Example

filenames_mixture: list[str] = ...

submissionDatasetType: str = ...

pathRoot: str = huggingface_hub.snapshot_download(f'MusicDemixingBenchmarks/{submissionDatasetType}'
                    , repo_type = 'dataset'
                    , allow_patterns = filenames_mixture
                )

pathFilenames_mixture: list[str] = list(map(partial(fs.path.combine, pathRoot), filenames_mixture))

Genesis

@misc{solovyev2024benchmarksleaderboardssounddemixing,
      title={Benchmarks and leaderboards for sound demixing tasks},
      author={Roman Solovyev and Alexander Stempkovskiy and Tatiana Habruseva},
      year={2024},
      eprint={2305.07489},
      archivePrefix={arXiv},
      primaryClass={cs.SD},
      url={https://arxiv.org/abs/2305.07489},
}
Downloads last month
372

Paper for MusicDemixingBenchmarks/medley_vox