MuGeminorum commited on
Commit
7be6cee
1 Parent(s): 841c41a
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -2,6 +2,7 @@
2
  license: mit
3
  task_categories:
4
  - audio-classification
 
5
  language:
6
  - en
7
  tags:
@@ -22,7 +23,7 @@ data = load_dataset("ccmusic-database/pianos", split="train")
22
  labels = data.features['label'].names
23
 
24
  for item in data:
25
- print('audio info: ', item['audio'])
26
  print('label name: ' + labels[item['label']])
27
  ```
28
 
@@ -33,7 +34,7 @@ git clone git@hf.co:datasets/ccmusic-database/pianos
33
 
34
  ## Dataset Description
35
  - **Homepage:** <https://ccmusic-database.github.io>
36
- - **Repository:** <https://huggingface.co/datasets/CCMUSIC/piano_sound_quality>
37
  - **Paper:** <https://doi.org/10.5281/zenodo.5676893>
38
  - **Leaderboard:** <https://ccmusic-database.github.io/team.html>
39
  - **Point of Contact:** <https://arxiv.org/abs/2310.04722>
@@ -130,7 +131,7 @@ Zijin Li
130
  ### Evaluation
131
  [Monan Zhou, Shangda Wu, Shaohua Ji, Zijin Li, and Wei Li. A Holistic Evaluation of Piano Sound Quality[C]//Proceedings of the 6th Conference on Sound and Music Technology (CSMT). Springer, Singapore, 2023.](https://arxiv.org/pdf/2310.04722.pdf)
132
 
133
- Note: this paper only uses the first 7 piano classes of the dataset.
134
 
135
  ### Licensing Information
136
  ```
 
2
  license: mit
3
  task_categories:
4
  - audio-classification
5
+ - image-classification
6
  language:
7
  - en
8
  tags:
 
23
  labels = data.features['label'].names
24
 
25
  for item in data:
26
+ print('piano spec: ', item['mel'])
27
  print('label name: ' + labels[item['label']])
28
  ```
29
 
 
34
 
35
  ## Dataset Description
36
  - **Homepage:** <https://ccmusic-database.github.io>
37
+ - **Repository:** <https://huggingface.co/datasets/CCMUSIC/pianos>
38
  - **Paper:** <https://doi.org/10.5281/zenodo.5676893>
39
  - **Leaderboard:** <https://ccmusic-database.github.io/team.html>
40
  - **Point of Contact:** <https://arxiv.org/abs/2310.04722>
 
131
  ### Evaluation
132
  [Monan Zhou, Shangda Wu, Shaohua Ji, Zijin Li, and Wei Li. A Holistic Evaluation of Piano Sound Quality[C]//Proceedings of the 6th Conference on Sound and Music Technology (CSMT). Springer, Singapore, 2023.](https://arxiv.org/pdf/2310.04722.pdf)
133
 
134
+ (Note: this paper only uses the first 7 piano classes of the dataset.)
135
 
136
  ### Licensing Information
137
  ```