Downloads · 30 days
0
ccmusic-database/GZ_IsoTech
GZ_IsoTech is a machine learning model from ccmusic-database. Use it for the machine learning task on the model card, and read the license before you ship it in a product. The card lists the license as mit.
The Guzheng Performance Technique Recognition Model is trained on the GZIsoTech Dataset, which consists of 2,824 audio clips that showcase various Guzheng playing techniques. Of these, 2,328 clips are from a virtual s…
Downloads · 30 days
0
Access
Public
Updated Feb 27, 2026
Repo size
5.9 GB
Likes
25
Public
Click a slice to open those files.
.pt5.9 GB · 100%
From the Hugging Face model README
The Guzheng Performance Technique Recognition Model is trained on the GZ_IsoTech Dataset, which consists of 2,824 audio clips that showcase various Guzheng playing techniques. Of these, 2,328 clips are from a virtual sound library, and 496 clips are performed by a highly skilled professional Guzheng artist, covering the full tonal range inherent to the Guzheng instrument. The audio clips are categorized into eight different playing techniques based on the unique performance practices of the Guzheng: Vibrato (chanyin), Slide-up (shanghuayin), Slide-down (xiahuayin), Return Slide (huihuayin), Glissando (guazou, huazhi, etc.), Thumb Plucking (yaozhi), Harmonics (fanyin), and Plucking Techniques (gou, da, mo, tuo, etc.). The model utilizes feature extraction, time-domain and frequency-domain analysis, and pattern recognition to accurately identify these distinct Guzheng playing techniques. The application of this model provides strong support for the automatic recognition, digital analysis, and educational research of Guzheng performance techniques, promoting the preservation and innovation of Guzheng art.
https://huggingface.co/spaces/ccmusic-database/GZ_IsoTech
from huggingface_hub import snapshot_download
model_dir = snapshot_download(
"ccmusic-database/GZ_IsoTech",
cache_dir="./__pycache__",
)
print(model_dir)
GIT_LFS_SKIP_SMUDGE=1 git clone git@hf.co:ccmusic-database/GZ_IsoTech
cd GZ_IsoTech
| Backbone | Size(M) | Mel | CQT | Chroma |
|---|---|---|---|---|
| vit_l_16 | 304.3 | 0.855 | 0.824 | 0.770 |
| maxvit_t | 30.9 | 0.763 | 0.776 | 0.642 |
| resnext101_64x4d | 83.5 | 0.713 | 0.765 | 0.639 |
| resnet101 | 44.5 | 0.731 | 0.798 | 0.719 |
| regnet_y_8gf | 39.4 | 0.804 | 0.807 | 0.716 |
| shufflenet_v2_x2_0 | 7.4 | 0.702 | 0.799 | 0.665 |
| mobilenet_v3_large | 5.5 | 0.806 | 0.798 | 0.657 |
https://huggingface.co/datasets/ccmusic-database/GZ_IsoTech
https://www.modelscope.cn/models/ccmusic-database/GZ_IsoTech
https://github.com/monetjoe/ccmusic_eval
@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}
}