monet-joe commited on
Commit
b1754ee
1 Parent(s): e2a1335

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -30,10 +30,12 @@ Audio classification
30
  ### Languages
31
  Multilingual
32
 
33
- ## Usage
34
  ```bash
35
  GIT_LFS_SKIP_SMUDGE=1 git clone git@hf.co:datasets/ccmusic-database/music_genre
36
  ```
 
 
37
  When doing classification task, only one colum of fst_level_label, sec_level_label and thr_level_label can be used, not for mixing.
38
  ```python
39
  from datasets import load_dataset
 
30
  ### Languages
31
  Multilingual
32
 
33
+ ## Maintenance
34
  ```bash
35
  GIT_LFS_SKIP_SMUDGE=1 git clone git@hf.co:datasets/ccmusic-database/music_genre
36
  ```
37
+
38
+ ## Usage
39
  When doing classification task, only one colum of fst_level_label, sec_level_label and thr_level_label can be used, not for mixing.
40
  ```python
41
  from datasets import load_dataset