File size: 517 Bytes
f55a095
 
 
 
 
 
 
 
 
 
 
 
728c030
 
 
 
 
bbd8c06
728c030
bbd8c06
 
f55a095
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "model_type": "colmbo",
  "architectures": [
    "CoLMboModel"
  ],
  "auto_map": {
    "AutoConfig": "modeling_colmbo.CoLMboConfig",
    "AutoModel": "modeling_colmbo.CoLMboModel"
  },
  "n_mels": 80,
  "embedding_dim": 192,
  "channel": 1024,
  "map_type": "mlp",
  "prefix_size": 192,
  "sid_prefix_length": 40,
  "sid_prefix_length_clip": 40,
  "num_layers": 8,
  "norm_sid_emb": true,
  "text_decoder": "gpt2",
  "tok_len": 80,
  "text_prefix_length": 80,
  "sample_rate": 16000,
  "torch_dtype": "float32"
}