File size: 3,998 Bytes
44e6e33 |
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 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 |
{
"builder_name": "acapella",
"citation": "",
"config_name": "default",
"dataset_name": "acapella",
"dataset_size": 52200,
"description": "",
"download_checksums": {
"https://www.modelscope.cn/datasets/ccmusic-database/acapella/resolve/master/data/song1.csv": {
"num_bytes": 939,
"checksum": null
},
"https://www.modelscope.cn/datasets/ccmusic-database/acapella/resolve/master/data/song2.csv": {
"num_bytes": 944,
"checksum": null
},
"https://www.modelscope.cn/datasets/ccmusic-database/acapella/resolve/master/data/song3.csv": {
"num_bytes": 917,
"checksum": null
},
"https://www.modelscope.cn/datasets/ccmusic-database/acapella/resolve/master/data/song4.csv": {
"num_bytes": 948,
"checksum": null
},
"https://www.modelscope.cn/datasets/ccmusic-database/acapella/resolve/master/data/song5.csv": {
"num_bytes": 966,
"checksum": null
},
"https://www.modelscope.cn/datasets/ccmusic-database/acapella/resolve/master/data/song6.csv": {
"num_bytes": 964,
"checksum": null
},
"https://www.modelscope.cn/datasets/ccmusic-database/acapella/resolve/master/data/audio.zip": {
"num_bytes": 1361863391,
"checksum": null
},
"https://www.modelscope.cn/datasets/ccmusic-database/acapella/resolve/master/data/mel.zip": {
"num_bytes": 23417682,
"checksum": null
}
},
"download_size": 1385286751,
"features": {
"audio": {
"sampling_rate": 48000,
"_type": "Audio"
},
"mel": {
"_type": "Image"
},
"singer_id": {
"names": [
"singer1",
"singer2",
"singer3",
"singer4",
"singer5",
"singer6",
"singer7",
"singer8",
"singer9",
"singer10",
"singer11",
"singer12",
"singer13",
"singer14",
"singer15",
"singer16",
"singer17",
"singer18",
"singer19",
"singer20",
"singer21",
"singer22"
],
"_type": "ClassLabel"
},
"pitch": {
"dtype": "float32",
"_type": "Value"
},
"rhythm": {
"dtype": "float32",
"_type": "Value"
},
"vocal_range": {
"dtype": "float32",
"_type": "Value"
},
"timbre": {
"dtype": "float32",
"_type": "Value"
},
"pronunciation": {
"dtype": "float32",
"_type": "Value"
},
"vibrato": {
"dtype": "float32",
"_type": "Value"
},
"dynamic": {
"dtype": "float32",
"_type": "Value"
},
"breath_control": {
"dtype": "float32",
"_type": "Value"
},
"overall_performance": {
"dtype": "float32",
"_type": "Value"
}
},
"homepage": "https://www.modelscope.cn/datasets/ccmusic-database/acapella",
"license": "CC-BY-NC-ND",
"size_in_bytes": 1385338951,
"splits": {
"song1": {
"name": "song1",
"num_bytes": 8700,
"num_examples": 22,
"dataset_name": "acapella"
},
"song2": {
"name": "song2",
"num_bytes": 8700,
"num_examples": 22,
"dataset_name": "acapella"
},
"song3": {
"name": "song3",
"num_bytes": 8700,
"num_examples": 22,
"dataset_name": "acapella"
},
"song4": {
"name": "song4",
"num_bytes": 8700,
"num_examples": 22,
"dataset_name": "acapella"
},
"song5": {
"name": "song5",
"num_bytes": 8700,
"num_examples": 22,
"dataset_name": "acapella"
},
"song6": {
"name": "song6",
"num_bytes": 8700,
"num_examples": 22,
"dataset_name": "acapella"
}
},
"supervised_keys": {
"input": "audio",
"output": "singer_id"
},
"task_templates": [
{
"task": "audio-classification",
"label_column": "singer_id"
}
],
"version": {
"version_str": "0.0.0",
"major": 0,
"minor": 0,
"patch": 0
}
} |