| Property | Value |
|---|---|
| Model type | 2-D U-Net (6.2 M params) |
| Input representation | STFT magnitude (mono, 16 kHz) |
| Output | 4 magnitude masks (drums, bass, other, vocals) |
| Training data | 100 train + 50 test songs from MUSDB-18 HQ |
| Checkpoint size | ~24 MB (state_dict, FP32) |
| License | MIT |
checkpoints/unet\_best.pt # model weights (state\_dict)
config/default.yaml # sample-rate, FFT size, etc.
README.md # this card
Encoder: \[C32]→\[C64]→\[C128]→\[C256]→\[C512]
Decoder: \[C256]←\[C128]←\[C64]←\[C32]ReLU activations, batch-norm, skip-connections, 1×1 final conv to 4 channels| Metric | Mean | Std |
|---|---|---|
| SDR | -0.14 dB | 1.66 |
| SIR | 3.93 dB | 1.86 |
| SAR | 4.26 dB | 0.85 |
1@misc{music-unet-2025,
2 title = {Music Source Separation with U-Net},
3 author = {Your Name},
4 url = {https://huggingface.co/YOUR_USERNAME/music-separator-unet},
5 year = 2025
6}