Downloads · 30 days
0
ccmusic-database/song_structure
song_structure is a audio classification model from ccmusic-database. Use it for the audio classification task on the model card, and read the license before you ship it in a product. The card lists the license as mit.
Our evaluation methodology adopted the approach for structural segmentation evaluation outlined in the Harmonix set, which employed Structural Features for boundary identification, and 2D-Fourier Magnitude Coefficient…
Downloads · 30 days
0
Access
Public
Updated Feb 27, 2026
Repo size
3.8 MB
Likes
29
Public
Click a slice to open those files.
.md1.8 KB · 54%
From the Hugging Face model README
Our evaluation methodology adopted the approach for structural segmentation evaluation outlined in the Harmonix set, which employed Structural Features for boundary identification, and 2D-Fourier Magnitude Coefficients (2D-FMC) for segment labeling based on acoustic similarity. CQT features serve as input features for the algorithm. The algorithm is implemented using Music Structure Analysis Framework (MSAF). For evaluation metrics, the F-measure is reported for the following metrics: Hit Rate with 0.5 and 3-second windows for boundary retrieval, Pairwise Frame Clustering and Entropy Scores for segment labeling. The evaluation is implemented using mir_eval.
from modelscope import snapshot_download
model_dir = snapshot_download(
"ccmusic-database/song_structure",
cache_dir="./__pycache__",
)
print(model_dir)
git clone git@hf.co:ccmusic-database/song_structure
cd song_structure
https://huggingface.co/datasets/ccmusic-database/song_structure
https://www.modelscope.cn/models/ccmusic-database/song_structure
@dataset{zhaorui_liu_2021_5676893,
author = {Zhaorui Liu and Zijin Li},
title = {Music Data Sharing Platform for Computational Musicology Research (CCMUSIC DATASET)},
month = nov,
year = 2021,
publisher = {Zenodo},
version = {1.1},
doi = {10.5281/zenodo.5676893},
url = {https://doi.org/10.5281/zenodo.5676893}
}