MuGeminorum commited on
Commit
573bdd5
1 Parent(s): 00a729a
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -48,7 +48,7 @@ for item in ds["test"]:
48
  ```
49
 
50
  ## Dataset Structure
51
- | audio | mel | label |
52
  | :------------------------------------------------------: | :-------------------------------------------: | :-----------------------------------------------------: |
53
  | <audio controls src="./data/Pentatonix - Valentine.mp3"> | <img src="./data/Pentatonix - Valentine.jpg"> | {onset_time:uint32,offset_time:uint32,structure:string} |
54
  | ... | ... | ... |
 
48
  ```
49
 
50
  ## Dataset Structure
51
+ | audio(.wav, 22050Hz) | mel(.jpg, 22050Hz) | label |
52
  | :------------------------------------------------------: | :-------------------------------------------: | :-----------------------------------------------------: |
53
  | <audio controls src="./data/Pentatonix - Valentine.mp3"> | <img src="./data/Pentatonix - Valentine.jpg"> | {onset_time:uint32,offset_time:uint32,structure:string} |
54
  | ... | ... | ... |