danjacobellis commited on
Commit
9b83133
1 Parent(s): a912f33

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -22,6 +22,8 @@ Other audio diffusion models operate in the space of the magnitude spectrogram o
22
 
23
  Operating in the MDCT space does not require a vocoder, nor does it oversample or undersample any range of frequencies.
24
 
 
 
25
  Please see [this notebook showing how to load the dataset and convert from the MDCT images back to audio](load_dataset.ipynb)
26
 
27
  Additionally, [this notebook includes an example of the audio generated by fine tuning on this dataset and shows how to use the inference pipeline](music_inference.ipynb)
 
22
 
23
  Operating in the MDCT space does not require a vocoder, nor does it oversample or undersample any range of frequencies.
24
 
25
+ More information is provided in the [report](MP3_diffusion.pdf).
26
+
27
  Please see [this notebook showing how to load the dataset and convert from the MDCT images back to audio](load_dataset.ipynb)
28
 
29
  Additionally, [this notebook includes an example of the audio generated by fine tuning on this dataset and shows how to use the inference pipeline](music_inference.ipynb)