--- license: cc-by-nc-nd-4.0 task_categories: - audio-classification language: - zh - en tags: - music - art pretty_name: Erhu Playing Technique Dataset size_categories: - 1K ### Data Instances .zip(.wav, .jpg) ### Data Fields ```txt + detache 分弓 (72) + forte (8) + medium (8) + piano (56) + diangong 垫弓 (28) + harmonic 泛音 (18) + natural 自然泛音 (6) + artificial 人工泛音 (12) + legato&slide&glissando 连弓&滑音&大滑音 (114) + glissando_down 大滑音 下行 (4) + glissando_up 大滑音 上行 (4) + huihuayin_down 下回滑音 (18) + huihuayin_long_down 后下回滑音 (12) + legato&slide_up 向上连弓 包含滑音 (24) + forte (8) + medium (8) + piano (8) + slide_dianzhi 垫指滑音 (4) + slide_down 向下滑音 (16) + slide_legato 连线滑音 (16) + slide_up 向上滑音 (16) + percussive 打击类音效 (21) + dajigong 大击弓 (11) + horse 马嘶 (2) + stick 敲击弓 (8) + pizzicato 拨弦 (96) + forte (30) + medium (29) + piano (30) + left 左手勾弦 (6) + ricochet 抛弓 (36) + staccato 顿弓 (141) + forte (47) + medium (46) + piano (48) + tremolo 颤弓 (144) + forte (48) + medium (48) + piano (48) + trill 颤音 (202) + long 长颤音 (141) + forte (46) + medium (47) + piano (48) + short 短颤音 (61) + down 下颤音 (30) + up 上颤音 (31) + vibrato 揉弦 (56) + late (13) + press 压揉 (6) + roll 滚揉 (28) + slide 滑揉 (9) ``` ### Data Splits train, validation, test ## Dataset Description ### Dataset Summary The label system contains three levels in the raw dataset. The first level consists of four categories: _trill, staccato, slide_, and _others_; the second level comprises seven categories: _trill\short\up, trill\long, staccato, slide up, slide\legato, slide\down_, and _others_; the third level consists of 11 categories, representing the 11 playing techniques described earlier. ### Supported Tasks and Leaderboards Erhu Playing Technique Classification ### Languages Chinese, English ## Usage ### Default Subset ```python from datasets import load_dataset ds = load_dataset("ccmusic-database/erhu_playing_tech", name="default") for item in ds["train"]: print(item) for item in ds["validation"]: print(item) for item in ds["test"]: print(item) ``` ### Eval Subset ```python from datasets import load_dataset dataset = load_dataset("ccmusic-database/erhu_playing_tech", 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/erhu_playing_tech cd erhu_playing_tech ``` ## Mirror ## Additional Information ### Dataset Curators Zijin Li ### Evaluation [1] [Wang, Zehao et al. “Musical Instrument Playing Technique Detection Based on FCN: Using Chinese Bowed-Stringed Instrument as an Example.” ArXiv abs/1910.09021 (2019): n. pag.](https://arxiv.org/pdf/1910.09021.pdf)
[2] ### Citation Information ```bibtex @article{abs-1910-09021, author = {Zehao Wang and Jingru Li and Xiaoou Chen and Zijin Li and Shicheng Zhang and Baoqiang Han and Deshun Yang}, title = {Musical Instrument Playing Technique Detection Based on {FCN:} Using Chinese Bowed-Stringed Instrument as an Example}, journal = {CoRR}, volume = {abs/1910.09021}, year = {2019}, url = {http://arxiv.org/abs/1910.09021}, eprinttype = {arXiv}, eprint = {1910.09021} } ``` ### Contributions Provide a dataset for Erhu playing tech