Datasets:
Tasks:
Audio-to-Audio
Modalities:
Audio
Formats:
soundfolder
Size:
< 1K
ArXiv:
Tags:
audio
audio-to-audio
source-separation
audio-source-separation
music-source-separation
music-demixing
License:
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: Music Demixing Benchmarks Strings
|
| 3 |
+
tags:
|
| 4 |
+
- audio
|
| 5 |
+
- audio-to-audio
|
| 6 |
+
- source-separation
|
| 7 |
+
- audio-source-separation
|
| 8 |
+
- music-source-separation
|
| 9 |
+
- music-demixing
|
| 10 |
+
- benchmark
|
| 11 |
+
- leaderboard
|
| 12 |
+
- objective-evaluation
|
| 13 |
+
- objective-metrics
|
| 14 |
+
- mvsep
|
| 15 |
+
- quality-checker
|
| 16 |
+
license: other
|
| 17 |
+
task_categories:
|
| 18 |
+
- audio-to-audio
|
| 19 |
+
size_categories:
|
| 20 |
+
- n<1K
|
| 21 |
+
---
|
| 22 |
+
|
| 23 |
+
# Music Demixing Benchmarks Strings
|
| 24 |
+
|
| 25 |
+
Unofficial, unpacked mirror of MVSep Quality Checker [Strings dataset](https://mvsep.com/quality_checker/custom_leaderboards).
|
| 26 |
+
|
| 27 |
+
- [Strings Leaderboard (Strings)](https://mvsep.com/quality_checker/leaderboard/strings/?sort=strings)
|
| 28 |
+
- Official zip file: [0.6 GB](https://mvsep.com/storage/public/strings_mixtures.zip)
|
| 29 |
+
|
| 30 |
+
## Download
|
| 31 |
+
|
| 32 |
+
**`hf` CLI and the `huggingface_hub` Python package are orders of magnitude faster than `git`.**
|
| 33 |
+
|
| 34 |
+
- Use
|
| 35 |
+
- Hugging Face [Command Line Interface (CLI)](https://huggingface.co/docs/huggingface_hub/guides/cli)
|
| 36 |
+
- git
|
| 37 |
+
- `huggingface_hub` [Python package](https://huggingface.co/docs/huggingface_hub/installation)
|
| 38 |
+
- Choose
|
| 39 |
+
- individual files
|
| 40 |
+
- all files in the repository
|
| 41 |
+
- subsets of files with filename pattern matching ([fnmatch](https://docs.python.org/3/library/fnmatch.html))
|
| 42 |
+
- Read more
|
| 43 |
+
- Hugging Face [download guide](https://huggingface.co/docs/huggingface_hub/guides/download)
|
| 44 |
+
- Hugging Face [repository and Git guide](https://huggingface.co/docs/hub/repositories-getting-started)
|
| 45 |
+
|
| 46 |
+
## Remember to use `--repo-type dataset` or `repo_type='dataset'`
|
| 47 |
+
|
| 48 |
+
```bibtex
|
| 49 |
+
@misc{solovyev2024benchmarksleaderboardssounddemixing,
|
| 50 |
+
title={Benchmarks and leaderboards for sound demixing tasks},
|
| 51 |
+
author={Roman Solovyev and Alexander Stempkovskiy and Tatiana Habruseva},
|
| 52 |
+
year={2024},
|
| 53 |
+
eprint={2305.07489},
|
| 54 |
+
archivePrefix={arXiv},
|
| 55 |
+
primaryClass={cs.SD},
|
| 56 |
+
url={https://arxiv.org/abs/2305.07489},
|
| 57 |
+
}
|
| 58 |
+
```
|