File size: 734 Bytes
60f13d8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | ---
license: cc-by-nc-4.0
---
# DialogueSidon
Two-speaker dialogue separation model based on diffusion with a VAE-32 latent space.
## Components
| File | Description |
|---|---|
| `ssl_encoder.pt2` | w2v-BERT 2.0 backbone + latent projection heads |
| `diffusion_head.pt2` | DiffusionTransformerHead — single denoising step |
| `vae_decoder.pt2` | DAC VAE decoder: latents → 24 kHz audio |
| `metadata.json` | Latent normalisation stats, scheduler config, model dims |
## Contributors
- [Wataru Nakata](https://wataru-nakata.github.io)
- [Yuki Saito](https://sython.org)
- [Kazuki Yamauchi](https://kyamauchi1023.github.io/)
- [Emiru Tsunoo](https://scholar.google.com/citations?user=34_X2z4AAAAJ&hl=ja)
- Hiroshi Saruwatari
|