File size: 881 Bytes
d98780c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "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)."
}