hunterhogan commited on
Commit
c65b612
·
verified ·
1 Parent(s): 4dd77d4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: Music Demixing Benchmarks Wind
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 Wind
24
+
25
+ Unofficial, unpacked mirror of MVSep Quality Checker [Wind dataset](https://mvsep.com/quality_checker/custom_leaderboards).
26
+
27
+ - [Wind Leaderboard (Wind)](https://mvsep.com/quality_checker/leaderboard/wind/?sort=wind)
28
+ - Official zip file: [0.4 GB](https://mvsep.com/storage/public/wind_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
+ ```