bel_canto / default /train /dataset_info.json
admin
2 arrow mode
228ca38
raw
history blame
1.49 kB
{
"builder_name": "bel_canto",
"citation": "",
"config_name": "default",
"dataset_name": "bel_canto",
"dataset_size": 74400,
"description": "",
"download_checksums": {
"https://www.modelscope.cn/datasets/ccmusic-database/bel_canto/resolve/master/data/mel.zip": {
"num_bytes": 1221158882,
"checksum": null
}
},
"download_size": 1221158882,
"features": {
"audio": {
"sampling_rate": 22050,
"_type": "Audio"
},
"mel": {
"_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": 1221233282,
"splits": {
"train": {
"name": "train",
"num_bytes": 74400,
"num_examples": 203,
"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
}
}