alppo commited on
Commit
2745e7e
1 Parent(s): aed5a11

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - teticio/audio-diffusion-256
4
+ library_name: diffusers
5
+ ---
6
+
7
+ # Variational Autoencoder Conditioned Diffusion Model
8
+
9
+ This model is designed to generate music tracks based on input playlists by extracting the "taste" from the playlists using a combination of a Variational Autoencoder (VAE) and a conditioned diffusion model.
10
+
11
+ ## Model Details
12
+
13
+ - **VAE**: Learns a compressed latent space representation of the input data, specifically mel spectrogram images of audio samples.
14
+ - **Diffusion Model**: Generates new data points by progressively refining random noise into meaningful data, conditioned on the VAE's latent space.