Datasets:
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- audio-to-audio
|
4 |
+
tags:
|
5 |
+
- music
|
6 |
+
pretty_name: YouTubeBigBand
|
7 |
+
size_categories:
|
8 |
+
- n<1K
|
9 |
+
---
|
10 |
+
# YouTubeBigBand Dataset
|
11 |
+
|
12 |
+
Inspired by the [YouTubeMix](https://huggingface.co/datasets/krandiash/youtubemix) dataset.
|
13 |
+
<br/>
|
14 |
+
<br/>
|
15 |
+
*Source*: [https://www.youtube.com/watch?v=I4KAKqF4mjE](https://www.youtube.com/watch?v=I4KAKqF4mjE) - a 2 hour long mix of jazz tracks played by a big band.
|
16 |
+
<br/>
|
17 |
+
<br/>
|
18 |
+
Used for pre-training a [SaShiMi model (see citation)](https://arxiv.org/abs/2202.09729) as part of Tel Aviv University Deep Learning Workshop 2024 Semester B.
|
19 |
+
|
20 |
+
We include two versions of the dataset:
|
21 |
+
- `youtubebigband.zip` is a zip file containing 129 1-minute audio clips (re)sampled at 16kHz. These were generated by splitting the original audio track.
|
22 |
+
- `raw_bigband.wav` is the raw audio track from the YouTube video, sampled at 44.1kHz.
|
23 |
+
|
24 |
+
```
|
25 |
+
@article{goel2022sashimi,
|
26 |
+
title={It's Raw! Audio Generation with State-Space Models},
|
27 |
+
author={Goel, Karan and Gu, Albert and Donahue, Chris and R\'{e}, Christopher},
|
28 |
+
journal={arXiv preprint arXiv:2202.09729},
|
29 |
+
year={2022}
|
30 |
+
}
|
31 |
+
|
32 |
+
@misc{deepsound,
|
33 |
+
author = {DeepSound},
|
34 |
+
title = {SampleRNN},
|
35 |
+
year = {2017},
|
36 |
+
publisher = {GitHub},
|
37 |
+
journal = {GitHub repository},
|
38 |
+
howpublished = {\url{https://github.com/deepsound-project/samplernn-pytorch}},
|
39 |
+
}
|
40 |
+
```
|