Views
No views yet
| Parameters (LM) | 1.5B |
| Quantization | INT4 weight-only, group size 64 |
| Format | MLX safetensors |
| Sample rate | 32 kHz mono |
| Output length | 30 s per generation (fixed) |
| Decoding steps | 50 total ([20, 10, 10, 10] across 4 RVQ codebooks) |
| Bundle size | 1357 MB on disk |
| Source | facebook/magnet-medium-30secs |
| Metric | Value |
|---|---|
| Real-time factor (wall / audio) | 1.20 |
| Peak RSS | 2215 MB |
| CLAP score (laion/clap-htsat-unfused, 5 prompts) | 0.334 |
1from huggingface_hub import snapshot_download
2bundle = snapshot_download("aufklarer/MAGNeT-Medium-30secs-MLX-4bit")
3# See https://github.com/soniqo/speech-swift for production usage.