Spaces:
Sleeping
Sleeping
| { | |
| "name": "UDREAM", | |
| "package_dir": "model", | |
| "presets": [ | |
| { | |
| "label": "Standard (unsupervised BiLSTM)", | |
| "entry_point": "model.speech_models.metricgan_generator.MetricGANGenerator", | |
| "checkpoint": "checkpoints/unsupervised_bilstm/model.ckpt", | |
| "source_config": "checkpoints/unsupervised_bilstm/config.yaml", | |
| "size_mb": 56 | |
| }, | |
| { | |
| "label": "Enhanced (phase-invariant FullSubNet, weak supervision)", | |
| "entry_point": "model.speech_models.fullsubnet.PhaseInvariantFullSubNet", | |
| "checkpoint": "checkpoints/phaseinv_fsn/model.ckpt", | |
| "source_config": "checkpoints/phaseinv_fsn/config.yaml", | |
| "size_mb": 84 | |
| } | |
| ], | |
| "sample_rate": 16000, | |
| "note": "Both checkpoints are <100MB and committed directly to the Space repo via git LFS, not hosted on a separate HF model repo (checkpoint size < 1GB free-tier LFS limit)." | |
| } | |