Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,16 @@ dataset_info:
|
|
13 |
num_examples: 10663
|
14 |
download_size: 1903696036
|
15 |
dataset_size: 1903861364.293
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
---
|
17 |
Over 20,000 256x256 mel spectrograms of 5 second samples of music from my Spotify liked playlist. The code to convert from audio to spectrogram and vice versa can be found in https://github.com/teticio/audio-diffusion along with scripts to train and run inference using De-noising Diffusion Probabilistic Models.
|
18 |
```
|
|
|
13 |
num_examples: 10663
|
14 |
download_size: 1903696036
|
15 |
dataset_size: 1903861364.293
|
16 |
+
pretty_name: Mel spectrograms of music
|
17 |
+
size_categories:
|
18 |
+
- 10K<n<100K
|
19 |
+
source_datasets: []
|
20 |
+
tags:
|
21 |
+
- audio
|
22 |
+
- spectrograms
|
23 |
+
task_categories:
|
24 |
+
- image-to-image
|
25 |
+
task_ids: []
|
26 |
---
|
27 |
Over 20,000 256x256 mel spectrograms of 5 second samples of music from my Spotify liked playlist. The code to convert from audio to spectrogram and vice versa can be found in https://github.com/teticio/audio-diffusion along with scripts to train and run inference using De-noising Diffusion Probabilistic Models.
|
28 |
```
|