Create README.md
Browse files
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.
|