File size: 529 Bytes
6b3a1f6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "model_type": "MGMT2S",
  "preprocess": {
    "hop_size": 480,
    "sample_rate": 24000,
    "n_fft": 1920,
    "num_mels": 128,
    "win_size": 1920,
    "fmin": 0,
    "fmax": 12000,
    "mel_var": 8.14,
    "mel_mean": -4.92,
    "tokenizer_path": "phi"
  },
  "model": {
      "mgmt2s": {
          "hidden_size": 1280,
          "num_layers": 16,
          "num_heads": 16,
          "cfg_scale": 0.15,
          "cond_codebook_size": 16384,
          "cond_dim": 1024,
          "phone_vocab_size": 32100
      }
  }
}