admin commited on
Commit
fedd9ff
1 Parent(s): f54b245

add ignore

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. README.md +4 -4
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ rename.sh
README.md CHANGED
@@ -31,13 +31,13 @@ The raw dataset comprises 300 pop songs in .mp3 format, sourced from the NetEase
31
  </style>
32
  <table class="datastructure">
33
  <tr>
34
- <th>audio(.mp3, 22050Hz)</th>
35
- <th>mel(.jpg, 22050Hz)</th>
36
  <th>label</th>
37
  </tr>
38
  <tr>
39
- <td><audio controls src="https://huggingface.co/datasets/ccmusic-database/song_structure/resolve/main/data/Pentatonix%20-%20Valentine.mp3"></td>
40
- <td><img src="./data/Pentatonix - Valentine.jpg"></td>
41
  <td>{onset_time:uint32,offset_time:uint32,structure:string}</td>
42
  </tr>
43
  <tr>
 
31
  </style>
32
  <table class="datastructure">
33
  <tr>
34
+ <th>audio</th>
35
+ <th>mel</th>
36
  <th>label</th>
37
  </tr>
38
  <tr>
39
+ <td>.mp3, 22050Hz</td>
40
+ <td>.jpg, 22050Hz</td>
41
  <td>{onset_time:uint32,offset_time:uint32,structure:string}</td>
42
  </tr>
43
  <tr>