confit/pianos-parquet
收藏Hugging Face2024-03-26 更新2025-04-12 收录
下载链接:
https://hf-mirror.com/datasets/confit/pianos-parquet
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: audio
dtype:
audio:
sampling_rate: 16000
- name: sound
dtype: string
- name: label
dtype:
class_label:
names:
'0': PearlRiver
'1': YoungChang
'2': Steinway-T
'3': Hsinghai
'4': Kawai
'5': Steinway
'6': Kawai-G
'7': Yamaha
splits:
- name: train
num_bytes: 474511713
num_examples: 534
- name: validation
num_bytes: 52598078
num_examples: 67
- name: test
num_bytes: 52137163
num_examples: 67
download_size: 526201799
dataset_size: 579246954
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
task_categories:
- audio-classification
tags:
- audio
- multiclass
---
# Pianos Sound Quality Dataset
This version of dataset comprises seven models of pianos:
- Kawai upright piano
- Kawai grand piano
- Young Change upright piano
- Hsinghai upright piano
- Grand Theatre Steinway piano
- Steinway grand piano
- Pearl River upright piano.
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.
## License
```
MIT License
Copyright (c) CCMUSIC
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```
## Citations
```bibtex
@article{zhou2023holistic,
title={A Holistic Evaluation of Piano Sound Quality},
author={Zhou, Monan and Wu, Shangda and Ji, Shaohua and Li, Zijin and Li, Wei},
journal={arXiv preprint arXiv:2310.04722},
year={2023}
}
```
```
@dataset{zhaorui_liu_2021_5676893,
author= {Monan Zhou, Shenyang Xu, Zhaorui Liu, Zhaowen Wang, Feng Yu, Wei Li and Baoqiang Han},
title={CCMusic: an Open and Diverse Database for Chinese and General Music Information Retrieval Research},
month={mar},
year={2024},
publisher={HuggingFace},
version={1.2},
url={https://huggingface.co/ccmusic-database}
}
```
---
数据集信息:
特征:
- 名称:音频(audio),数据类型为音频,采样率为16000 Hz
- 名称:声音片段(sound),数据类型为字符串
- 名称:标签(label),数据类型为分类标签,类别名称如下:
'0':PearlRiver(珠江钢琴)
'1':YoungChang(英昌钢琴)
'2':Steinway-T(施坦威-T系列钢琴)
'3':Hsinghai(星海钢琴)
'4':Kawai(卡瓦依钢琴)
'5':Steinway(施坦威钢琴)
'6':Kawai-G(卡瓦依-G系列钢琴)
'7':Yamaha(雅马哈钢琴)
数据集划分:
- 名称:训练集(train),占用字节数:474511713,样本数量:534
- 名称:验证集(validation),占用字节数:52598078,样本数量:67
- 名称:测试集(test),占用字节数:52137163,样本数量:67
下载大小:526201799
数据集总大小:579246954
配置项:
- 配置名称:默认(default),数据文件路径:
- 训练集:data/train-*
- 验证集:data/validation-*
- 测试集:data/test-*
任务类别:音频分类(audio-classification)
标签:音频(audio)、多分类(multiclass)
---
# 钢琴音质数据集(Pianos Sound Quality Dataset)
本版本数据集涵盖7款钢琴型号:
- 卡瓦依立式钢琴(Kawai upright piano)
- 卡瓦依三角钢琴(Kawai grand piano)
- 英昌立式钢琴(Young Change upright piano)
- 星海立式钢琴(Hsinghai upright piano)
- 大剧院施坦威钢琴(Grand Theatre Steinway piano)
- 施坦威三角钢琴(Steinway grand piano)
- 珠江立式钢琴(Pearl River upright piano)
备注:相关论文(Zhou等,2023)仅使用了本数据集的前7类钢琴,其后续研究已完成8分类评估任务。
## 许可证
MIT许可证
版权所有 (c) CCMUSIC
特此免费授予任何获取本软件及相关文档文件(以下统称“软件”)副本的人员,不受限制地使用本软件,包括但不限于使用、复制、修改、合并、发布、分发、再许可以及销售本软件副本,并允许向其提供本软件的人员遵循以下条件:
上述版权声明与本许可声明应当包含在本软件的所有副本或实质部分中。
本软件按“原样”提供,不附带任何形式的明示或暗示担保,包括但不限于适销性、特定用途适用性以及非侵权性的担保。在任何情况下,作者或版权持有人均不对任何索赔、损害或其他责任承担责任,无论是因合同、侵权或其他行为引发的,均不涉及因本软件的使用或其他交易而产生的任何纠纷、损害或其他责任。
## 引用文献
bibtex
@article{zhou2023holistic,
title={钢琴音质的全方位评估},
author={Zhou, Monan(周莫南) and Wu, Shangda(吴尚达) and Ji, Shaohua(季少华) and Li, Zijin(李子衿) and Li, Wei(李威)},
journal={arXiv预印本 arXiv:2310.04722},
year={2023}
}
@dataset{zhaorui_liu_2021_5676893,
author={Monan Zhou, Shenyang Xu, Zhaorui Liu, Zhaowen Wang, Feng Yu, Wei Li and Baoqiang Han},
title={CCMusic:面向中文及通用音乐信息检索研究的开放多元数据库},
month={3月},
year={2024},
publisher={HuggingFace},
version={1.2},
url={https://huggingface.co/ccmusic-database}
}
提供机构:
confit


