teticio commited on
Commit
6c19fc4
1 Parent(s): 4a0c85e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -14,6 +14,11 @@ dataset_info:
14
  download_size: 1903696036
15
  dataset_size: 1903861364.293
16
  ---
17
- # Dataset Card for "audio-diffusion-512"
18
-
19
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
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
+ ```
19
+ x_res = 256
20
+ y_res = 256
21
+ sample_rate = 22050
22
+ n_fft = 2048
23
+ hop_length = 512
24
+ ```