yangwang825 commited on
Commit
432bf4e
·
verified ·
1 Parent(s): d809cc5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +74 -4
README.md CHANGED
@@ -21,16 +21,16 @@ dataset_info:
21
  '7': Yamaha
22
  splits:
23
  - name: train
24
- num_bytes: 474511713.0
25
  num_examples: 534
26
  - name: validation
27
- num_bytes: 52598078.0
28
  num_examples: 67
29
  - name: test
30
- num_bytes: 52137163.0
31
  num_examples: 67
32
  download_size: 526201799
33
- dataset_size: 579246954.0
34
  configs:
35
  - config_name: default
36
  data_files:
@@ -40,4 +40,74 @@ configs:
40
  path: data/validation-*
41
  - split: test
42
  path: data/test-*
 
 
 
 
 
43
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  '7': Yamaha
22
  splits:
23
  - name: train
24
+ num_bytes: 474511713
25
  num_examples: 534
26
  - name: validation
27
+ num_bytes: 52598078
28
  num_examples: 67
29
  - name: test
30
+ num_bytes: 52137163
31
  num_examples: 67
32
  download_size: 526201799
33
+ dataset_size: 579246954
34
  configs:
35
  - config_name: default
36
  data_files:
 
40
  path: data/validation-*
41
  - split: test
42
  path: data/test-*
43
+ task_categories:
44
+ - audio-classification
45
+ tags:
46
+ - audio
47
+ - multiclass
48
  ---
49
+
50
+ # Pianos Sound Quality Dataset
51
+
52
+ The raw dataset comprises 12 full-range audio files representing seven models of pianos:
53
+
54
+ - Kawai upright piano
55
+ - Kawai grand piano
56
+ - Young Change upright piano
57
+ - Hsinghai upright piano
58
+ - Grand Theatre Steinway piano
59
+ - Steinway grand piano
60
+ - Pearl River upright piano.
61
+
62
+ The dataset includes a score sheet in .xls format containing subjective evaluations of piano sound quality provided by 29 participants with musical backgrounds.
63
+
64
+ (Note: the paper (Zhou et al., 2023) only uses the first 7 piano classes in the dataset, its future work has finished the 8-class evaluation)
65
+
66
+ ## License
67
+
68
+ ```
69
+ MIT License
70
+
71
+ Copyright (c) CCMUSIC
72
+
73
+ Permission is hereby granted, free of charge, to any person obtaining a copy
74
+ of this software and associated documentation files (the "Software"), to deal
75
+ in the Software without restriction, including without limitation the rights
76
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
77
+ copies of the Software, and to permit persons to whom the Software is
78
+ furnished to do so, subject to the following conditions:
79
+
80
+ The above copyright notice and this permission notice shall be included in all
81
+ copies or substantial portions of the Software.
82
+
83
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
84
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
85
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
86
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
87
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
88
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
89
+ SOFTWARE.
90
+ ```
91
+
92
+ ## Citations
93
+
94
+ ```bibtex
95
+ @article{zhou2023holistic,
96
+ title={A Holistic Evaluation of Piano Sound Quality},
97
+ author={Zhou, Monan and Wu, Shangda and Ji, Shaohua and Li, Zijin and Li, Wei},
98
+ journal={arXiv preprint arXiv:2310.04722},
99
+ year={2023}
100
+ }
101
+ ```
102
+
103
+ ```
104
+ @dataset{zhaorui_liu_2021_5676893,
105
+ author= {Monan Zhou, Shenyang Xu, Zhaorui Liu, Zhaowen Wang, Feng Yu, Wei Li and Baoqiang Han},
106
+ title={CCMusic: an Open and Diverse Database for Chinese and General Music Information Retrieval Research},
107
+ month={mar},
108
+ year={2024},
109
+ publisher={HuggingFace},
110
+ version={1.2},
111
+ url={https://huggingface.co/ccmusic-database}
112
+ }
113
+ ```