jpdiazpardo commited on
Commit
50de24f
1 Parent(s): 67d152a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -24,7 +24,7 @@ dataset_info:
24
  splits:
25
  - name: train
26
  num_bytes: 26593340.0
27
- num_examples: 57
28
  download_size: 26529280
29
  dataset_size: 26593340.0
30
  license: mit
@@ -54,6 +54,14 @@ dataset = datasets.load_dataset("jpdiazpardo/guturalScream_metalVocals")
54
 
55
  * `audio`: the trimmed audio file from the song.
56
  * `text`: the transcribed vocals.
 
 
 
 
 
 
 
 
57
 
58
  ### Youtube playlist: [Gutural Speech Recognition](https://www.youtube.com/playlist?list=PLkCTyMdVt0AHgp-80jqskjUtfHo-Ht4xy)
59
 
 
24
  splits:
25
  - name: train
26
  num_bytes: 26593340.0
27
+ num_examples: 2201
28
  download_size: 26529280
29
  dataset_size: 26593340.0
30
  license: mit
 
54
 
55
  * `audio`: the trimmed audio file from the song.
56
  * `text`: the transcribed vocals.
57
+ * `song_name`: the song title.
58
+ * `artist_name`: the artist name.
59
+ * `album_name`: the name of the album where the song was released.
60
+ * `release_year`: the release year of the song.
61
+ * `video_id`: the YouTube video id.
62
+ * `timestamp_start`: the start time of the snippet from the full audio.
63
+ * `timestamp_end`: the end time of the snippet from the full audio.
64
+ * `sample_rate`: the sampling rate of the audio.
65
 
66
  ### Youtube playlist: [Gutural Speech Recognition](https://www.youtube.com/playlist?list=PLkCTyMdVt0AHgp-80jqskjUtfHo-Ht4xy)
67