admin commited on
Commit
d6ddaa7
·
1 Parent(s): acaa860
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -15,17 +15,17 @@ tags:
15
  The Classical and Ethnic Vocal Style Classification model aims to distinguish between classical and ethnic vocal styles, with all audio samples sung by professional vocalists. The model is fine-tuned using an audio dataset consisting of four categories, which has been pre-processed into spectrograms. Initially pretrained in the computer vision (CV) domain, the backbone network undergoes a fine-tuning process specifically designed for vocal style classification tasks. In this model, the pre-training on CV tasks provides a foundation for the network to learn general audio features, which are then adjusted during fine-tuning to adapt to the subtle differences between classical and ethnic vocal styles. The audio dataset, comprising samples from classical and various ethnic singing traditions, enables the model to capture unique patterns associated with each vocal style. Representing spectrograms as input allows the model to effectively analyze both the temporal and frequency components of the audio signals. Through the fine-tuning process, the model continuously enhances its ability to discriminate between sound representations and subtle stylistic differences between classical and ethnic styles. This specialized model holds significant potential in the music industry and cultural preservation, as it accurately categorizes vocal performances into these two broad categories. Its foundation in pre-trained computer vision principles demonstrates the versatility and adaptability of neural networks across different domains, enhancing the model's capability to capture complex features of vocal performances.
16
 
17
  ## Demo
18
- <https://huggingface.co/spaces/ccmusic-database/bel-canto>
19
 
20
  ## Usage
21
  ```python
22
  from modelscope import snapshot_download
23
- model_dir = snapshot_download('ccmusic-database/bel_canto')
24
  ```
25
 
26
  ## Maintenance
27
  ```bash
28
- GIT_LFS_SKIP_SMUDGE=1 git clone git@hf.co:ccmusic-database/bel_canto
29
  cd bel_canto
30
  ```
31
 
@@ -68,7 +68,7 @@ A fine-tuning result of SqueezeNet on CQT:
68
  ```bibtex
69
  @dataset{zhaorui_liu_2021_5676893,
70
  author = {Monan Zhou, Shenyang Xu, Zhaorui Liu, Zhaowen Wang, Feng Yu, Wei Li and Baoqiang Han},
71
- title = {CCMusic: an Open and Diverse Database for Chinese and General Music Information Retrieval Research},
72
  month = {mar},
73
  year = {2024},
74
  publisher = {HuggingFace},
 
15
  The Classical and Ethnic Vocal Style Classification model aims to distinguish between classical and ethnic vocal styles, with all audio samples sung by professional vocalists. The model is fine-tuned using an audio dataset consisting of four categories, which has been pre-processed into spectrograms. Initially pretrained in the computer vision (CV) domain, the backbone network undergoes a fine-tuning process specifically designed for vocal style classification tasks. In this model, the pre-training on CV tasks provides a foundation for the network to learn general audio features, which are then adjusted during fine-tuning to adapt to the subtle differences between classical and ethnic vocal styles. The audio dataset, comprising samples from classical and various ethnic singing traditions, enables the model to capture unique patterns associated with each vocal style. Representing spectrograms as input allows the model to effectively analyze both the temporal and frequency components of the audio signals. Through the fine-tuning process, the model continuously enhances its ability to discriminate between sound representations and subtle stylistic differences between classical and ethnic styles. This specialized model holds significant potential in the music industry and cultural preservation, as it accurately categorizes vocal performances into these two broad categories. Its foundation in pre-trained computer vision principles demonstrates the versatility and adaptability of neural networks across different domains, enhancing the model's capability to capture complex features of vocal performances.
16
 
17
  ## Demo
18
+ <https://huggingface.co/spaces/ccmusic-database/bel_canto>
19
 
20
  ## Usage
21
  ```python
22
  from modelscope import snapshot_download
23
+ model_dir = snapshot_download("ccmusic-database/bel_canto")
24
  ```
25
 
26
  ## Maintenance
27
  ```bash
28
+ git clone git@hf.co:ccmusic-database/bel_canto
29
  cd bel_canto
30
  ```
31
 
 
68
  ```bibtex
69
  @dataset{zhaorui_liu_2021_5676893,
70
  author = {Monan Zhou, Shenyang Xu, Zhaorui Liu, Zhaowen Wang, Feng Yu, Wei Li and Baoqiang Han},
71
+ title = {CCMusic: an Open and Diverse Database for Chinese Music Information Retrieval Research},
72
  month = {mar},
73
  year = {2024},
74
  publisher = {HuggingFace},