jpdiazpardo commited on
Commit
511f595
1 Parent(s): 6c526b6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -30,7 +30,7 @@ dataset_info:
30
  download_size: 119150676
31
  dataset_size: 114554317.825
32
  ---
33
- #Dataset card for Scream Detection in Heavy Metal Music
34
  This dataset contains the processed dataset used in the paper "Scream Detection in Heavy Metal Music" (Kalbag & Lerch, 2022) from the Georgia Institute of Technology.
35
 
36
  Kalbag, V., & Lerch, A. (2022). Scream detection in heavy metal music. arXiv preprint arXiv:2205.05580.
@@ -38,5 +38,9 @@ Kalbag, V., & Lerch, A. (2022). Scream detection in heavy metal music. arXiv pre
38
 
39
  ### Data Fields
40
 
41
- * `audio`: the audio file.
42
  * `scream_type`: the target variable for classification i.e. layered, lowfry, highfry, midfry, clean.
 
 
 
 
 
30
  download_size: 119150676
31
  dataset_size: 114554317.825
32
  ---
33
+ # Dataset card for Scream Detection in Heavy Metal Music
34
  This dataset contains the processed dataset used in the paper "Scream Detection in Heavy Metal Music" (Kalbag & Lerch, 2022) from the Georgia Institute of Technology.
35
 
36
  Kalbag, V., & Lerch, A. (2022). Scream detection in heavy metal music. arXiv preprint arXiv:2205.05580.
 
38
 
39
  ### Data Fields
40
 
41
+ * `audio`: the trimmed audio file from the song.
42
  * `scream_type`: the target variable for classification i.e. layered, lowfry, highfry, midfry, clean.
43
+ * `band_name`: the name of the artist performing the song.
44
+ * `album_name`: the name of the album where the song was released.
45
+ * `song_name`: the name of the song.
46
+