lucala commited on
Commit
edf63a1
1 Parent(s): acc50ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -49,6 +49,11 @@ tags:
49
  - music
50
  ---
51
 
 
 
 
 
 
52
  # What is EDM-CUE?
53
 
54
  The EDM-CUE dataset contains metadata for ~5k EDM tracks. Cue points are essential for DJs, so we asked the question "can they be placed by a learned system?" To Answer this question we gathered 21k cue points manually placed by human experts, and provide them in this dataset for future use.
 
49
  - music
50
  ---
51
 
52
+ ```
53
+ from datasets import load_dataset
54
+ captions = load_dataset("disco-eth/edm-cue")
55
+ ```
56
+
57
  # What is EDM-CUE?
58
 
59
  The EDM-CUE dataset contains metadata for ~5k EDM tracks. Cue points are essential for DJs, so we asked the question "can they be placed by a learned system?" To Answer this question we gathered 21k cue points manually placed by human experts, and provide them in this dataset for future use.