jpdiazpardo
commited on
Commit
•
e2ed8dc
1
Parent(s):
0eb4193
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -9,14 +9,16 @@ dataset_info:
|
|
9 |
dtype: audio
|
10 |
- name: scream_type
|
11 |
dtype: string
|
|
|
|
|
12 |
- name: band_name
|
13 |
dtype: string
|
14 |
- name: album_name
|
15 |
dtype: string
|
16 |
-
- name: song_name
|
17 |
-
dtype: string
|
18 |
- name: release_year
|
19 |
dtype: int64
|
|
|
|
|
20 |
- name: timestamp_start
|
21 |
dtype: float64
|
22 |
- name: timestamp_end
|
@@ -25,10 +27,10 @@ dataset_info:
|
|
25 |
dtype: int64
|
26 |
splits:
|
27 |
- name: train
|
28 |
-
num_bytes:
|
29 |
num_examples: 1575
|
30 |
-
download_size:
|
31 |
-
dataset_size:
|
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.
|
@@ -48,4 +50,3 @@ Kalbag, V., & Lerch, A. (2022). Scream detection in heavy metal music. arXiv pre
|
|
48 |
* `tiemstamp_end`: the end time of the snippet from the full audio.
|
49 |
* `sample_rate`: the sampling rate of the audio.
|
50 |
|
51 |
-
|
|
|
9 |
dtype: audio
|
10 |
- name: scream_type
|
11 |
dtype: string
|
12 |
+
- name: song_name
|
13 |
+
dtype: string
|
14 |
- name: band_name
|
15 |
dtype: string
|
16 |
- name: album_name
|
17 |
dtype: string
|
|
|
|
|
18 |
- name: release_year
|
19 |
dtype: int64
|
20 |
+
- name: video_id
|
21 |
+
dtype: string
|
22 |
- name: timestamp_start
|
23 |
dtype: float64
|
24 |
- name: timestamp_end
|
|
|
27 |
dtype: int64
|
28 |
splits:
|
29 |
- name: train
|
30 |
+
num_bytes: 114577942.825
|
31 |
num_examples: 1575
|
32 |
+
download_size: 119156239
|
33 |
+
dataset_size: 114577942.825
|
34 |
---
|
35 |
# Dataset card for Scream Detection in Heavy Metal Music
|
36 |
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.
|
|
|
50 |
* `tiemstamp_end`: the end time of the snippet from the full audio.
|
51 |
* `sample_rate`: the sampling rate of the audio.
|
52 |
|
|