--- license: cc-by-nc-nd-4.0 task_categories: - audio-classification - image-classification language: - zh - en tags: - music - art pretty_name: Bel Conto and Chinese Folk Song Singing Tech size_categories: - 1K ### Eval Subset Splits | Split | 8:1:1 | | :--------: | :---: | | train | 7926 | | validation | 990 | | test | 994 | | total | 9910 | ### Data Instances .zip(.wav, .jpg) ### Data Fields m_bel, f_bel, m_folk, f_folk ## Usage ### Default Subset ```python from datasets import load_dataset ds = load_dataset("ccmusic-database/bel_canto", name="default", split="train") for item in ds: print(item) ``` ### Eval Subset ```python from datasets import load_dataset ds = load_dataset("ccmusic-database/bel_canto", name="eval") for item in ds["train"]: print(item) for item in ds["validation"]: print(item) for item in ds["test"]: print(item) ``` ## Maintenance ```bash GIT_LFS_SKIP_SMUDGE=1 git clone git@hf.co:datasets/ccmusic-database/bel_canto cd bel_canto ``` ## Mirror ## Dataset Description ### Dataset Summary This dataset contains hundreds of acapella singing clips that are sung in two styles, Bel Conto and Chinese national singing style by professional vocalists. All of them are sung by professional vocalists and were recorded in professional commercial recording studios. ### Supported Tasks and Leaderboards MIR, Audio classification, singing method classification, voice classification ### Languages Chinese, English ## Additional Information ### Dataset Curators Zijin Li ### Evaluation ### Citation Information ```bibtex @article{Zhou-2025, author = {Monan Zhou and Shenyang Xu and Zhaorui Liu and Zhaowen Wang and Feng Yu and Wei Li and Baoqiang Han}, title = {CCMusic: An Open and Diverse Database for Chinese Music Information Retrieval Research}, journal = {Transactions of the International Society for Music Information Retrieval}, volume = {8}, number = {1}, pages = {22--38}, month = {Mar}, year = {2025}, url = {https://doi.org/10.5334/tismir.194}, doi = {10.5334/tismir.194} } ``` ### Contributions A dataset of bel conto and Chinese folk singing