CoLMbo / config.json
massabaali's picture
Upload full CoLMbo weights (sid_model + sid_mapper + gpt)
bbd8c06 verified
raw
history blame contribute delete
517 Bytes
{
"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"
}