Datasets:
File size: 1,776 Bytes
228ca38 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 | {
"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
}
} |