George commited on
Commit
9afa763
1 Parent(s): 4493be7
Files changed (2) hide show
  1. README.md +2 -2
  2. music_genre.py +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ size_categories:
21
  - **Point of Contact:** N/A
22
 
23
  ### Dataset Summary
24
- This database contains about 1700 musical pieces (.mp3 format, downloaded from NetEase Cloud Music) with lengths of 270-300s that are divided into 17 genres in total.
25
 
26
  ### Supported Tasks and Leaderboards
27
  Audio classification
@@ -81,7 +81,7 @@ Composers of the songs in dataset
81
 
82
  ### Annotations
83
  #### Annotation process
84
- Students collected about 1700 musical pieces (.mp3 format, downloaded from NetEase Cloud Music) with lengths of 270-300s divided into 17 genres in total.
85
 
86
  #### Who are the annotators?
87
  Students from CCMUSIC
 
21
  - **Point of Contact:** N/A
22
 
23
  ### Dataset Summary
24
+ This database contains about 1700 musical pieces (.mp3 format) with lengths of 270-300s that are divided into 17 genres in total.
25
 
26
  ### Supported Tasks and Leaderboards
27
  Audio classification
 
81
 
82
  ### Annotations
83
  #### Annotation process
84
+ Students collected about 1700 musical pieces (.mp3 format) with lengths of 270-300s divided into 17 genres in total.
85
 
86
  #### Who are the annotators?
87
  Students from CCMUSIC
music_genre.py CHANGED
@@ -49,7 +49,7 @@ _CITATION = """\
49
  """
50
 
51
  _DESCRIPTION = """\
52
- This database contains about 1700 musical pieces (.mp3 format, downloaded from NetEase Cloud Music)
53
  with lengths of 270-300s that are divided into 17 genres in total.
54
  """
55
 
 
49
  """
50
 
51
  _DESCRIPTION = """\
52
+ This database contains about 1700 musical pieces (.mp3 format)
53
  with lengths of 270-300s that are divided into 17 genres in total.
54
  """
55