bel_canto / eval /validation /dataset_info.json
admin
2 arrow mode
228ca38
raw
history blame
1.78 kB
{
"builder_name": "bel_canto",
"citation": "",
"config_name": "eval",
"dataset_name": "bel_canto",
"dataset_size": 5581095,
"description": "",
"download_checksums": {
"https://www.modelscope.cn/datasets/ccmusic-database/bel_canto/resolve/master/data/eval.zip": {
"num_bytes": 889320608,
"checksum": null
}
},
"download_size": 889320608,
"features": {
"mel": {
"_type": "Image"
},
"cqt": {
"_type": "Image"
},
"chroma": {
"_type": "Image"
},
"label": {
"names": [
"m_bel",
"f_bel",
"m_folk",
"f_folk"
],
"_type": "ClassLabel"
},
"gender": {
"names": [
"female",
"male"
],
"_type": "ClassLabel"
},
"singing_method": {
"names": [
"Folk_Singing",
"Bel_Canto"
],
"_type": "ClassLabel"
}
},
"homepage": "https://www.modelscope.cn/datasets/ccmusic-database/bel_canto",
"license": "CC-BY-NC-ND",
"size_in_bytes": 894901703,
"splits": {
"train": {
"name": "train",
"num_bytes": 4463751,
"num_examples": 7926,
"dataset_name": "bel_canto"
},
"validation": {
"name": "validation",
"num_bytes": 557511,
"num_examples": 990,
"dataset_name": "bel_canto"
},
"test": {
"name": "test",
"num_bytes": 559833,
"num_examples": 994,
"dataset_name": "bel_canto"
}
},
"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
}
}