Datasets:
Commit
•
0a51889
1
Parent(s):
92e05e7
Add section on dataset usage (#2)
Browse files- Add section on dataset usage (340b64e0d4890208d8f65c38ae1b85ab9fbd42c6)
Co-authored-by: Sanchit Gandhi <[email protected]>
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]
|