chest_falsetto / default /test /dataset_info.json
admin
2 arrows
480b4b6
raw
history blame
1.96 kB
{
"builder_name": "chest_falsetto",
"citation": "",
"config_name": "default",
"dataset_name": "chest_falsetto",
"dataset_size": 490550,
"description": "",
"download_checksums": {
"https://www.modelscope.cn/datasets/ccmusic-database/chest_falsetto/resolve/master/data/audio.zip": {
"num_bytes": 39256131,
"checksum": null
},
"https://www.modelscope.cn/datasets/ccmusic-database/chest_falsetto/resolve/master/data/mel.zip": {
"num_bytes": 1744488,
"checksum": null
}
},
"download_size": 41000619,
"features": {
"audio": {
"sampling_rate": 22050,
"_type": "Audio"
},
"mel": {
"_type": "Image"
},
"label": {
"names": [
"m_chest",
"f_chest",
"m_falsetto",
"f_falsetto"
],
"_type": "ClassLabel"
},
"gender": {
"names": [
"female",
"male"
],
"_type": "ClassLabel"
},
"singing_method": {
"names": [
"falsetto",
"chest"
],
"_type": "ClassLabel"
}
},
"homepage": "https://www.modelscope.cn/datasets/ccmusic-database/chest_falsetto",
"license": "CC-BY-NC-ND",
"size_in_bytes": 41491169,
"splits": {
"train": {
"name": "train",
"num_bytes": 293944,
"num_examples": 767,
"dataset_name": "chest_falsetto"
},
"validation": {
"name": "validation",
"num_bytes": 98112,
"num_examples": 256,
"dataset_name": "chest_falsetto"
},
"test": {
"name": "test",
"num_bytes": 98494,
"num_examples": 257,
"dataset_name": "chest_falsetto"
}
},
"supervised_keys": {
"input": "mel",
"output": "label"
},
"task_templates": [
{
"task": "image-classification",
"image_column": "mel",
"label_column": "label"
}
],
"version": {
"version_str": "0.0.0",
"major": 0,
"minor": 0,
"patch": 0
}
}