admin commited on
Commit
b592342
·
1 Parent(s): c6db223

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -81,7 +81,7 @@ cd CTIS
81
  ```
82
 
83
  ### Dataset Summary
84
- During the integration, we first performed data cleaning to remove recordings with no specific instrument labels. The filtered dataset comprises recordings of 200 types of Chinese traditional musical instruments, totaling 3,974 audio clips. On average, there are approximately 20 audio clips per instrument. The data structure of the integrated dataset consists of three columns: an audio column containing audio files in .wav format, all sampled at a uniform rate of 22,050 Hz, a label column with 200 categories corresponding to the Chinese pinyin of the instrument names, and an additional column for the Chinese instrument names. This integrated dataset can be utilized for tasks such as Chinese instrument recognition or instrument acoustic analysis.
85
 
86
  ### Supported Tasks and Leaderboards
87
  MIR, audio classification
@@ -118,10 +118,8 @@ for item in ds["test"]:
118
  .zip(.wav), .csv
119
 
120
  ### Data Fields
121
- Up to 287 kinds of Chinese traditional musical instruments, improved Chinese musical instruments and Chinese ethnic musical instruments
122
 
123
- ### Data Splits
124
- instruments, percussion
125
 
126
  <!-- ## Dataset Creation
127
  ### Curation Rationale
 
81
  ```
82
 
83
  ### Dataset Summary
84
+ A dataset of Chinese instrument audio
85
 
86
  ### Supported Tasks and Leaderboards
87
  MIR, audio classification
 
118
  .zip(.wav), .csv
119
 
120
  ### Data Fields
121
+ 219 Chinese instruments
122
 
 
 
123
 
124
  <!-- ## Dataset Creation
125
  ### Curation Rationale