Datasets:

Modalities:
Tabular
Text
Formats:
csv
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
sanchit-gandhi HF staff commited on
Commit
340b64e
1 Parent(s): 92e05e7

Add section on dataset usage

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -56,6 +56,12 @@ The labeled examples are 10s music clips from the [**AudioSet**](https://researc
56
 
57
  Please cite the corresponding paper, when using this dataset: http://arxiv.org/abs/2301.11325 (DOI: `10.48550/arXiv.2301.11325`)
58
 
 
 
 
 
 
 
59
  ### Supported Tasks and Leaderboards
60
 
61
  [More Information Needed]
 
56
 
57
  Please cite the corresponding paper, when using this dataset: http://arxiv.org/abs/2301.11325 (DOI: `10.48550/arXiv.2301.11325`)
58
 
59
+ ### Dataset Usage
60
+
61
+ The published dataset takes the form of a `.csv` file that contains the ID of YouTube videos and their start/end stamps. In order to use this dataset, one must download the corresponding YouTube videos and chunk them according to the start/end times.
62
+
63
+ The following repository has an example script and notebook to load the clips. The notebook also includes a Gradio demo that helps explore some samples: https://github.com/nateraw/download-musiccaps-dataset
64
+
65
  ### Supported Tasks and Leaderboards
66
 
67
  [More Information Needed]