music_maker / config.json
shikhr's picture
Upload model
34cfbe5 verified
raw
history blame contribute delete
No virus
373 Bytes
{
"architectures": [
"MusicModel"
],
"auto_map": {
"AutoConfig": "mgpt_config.MGPTConfig",
"AutoModel": "mgpt_modelling.MusicModel"
},
"bias": false,
"block_size": 1024,
"dropout": 0.1,
"model_type": "mgpt",
"n_embd": 512,
"n_head": 8,
"n_layer": 12,
"torch_dtype": "float32",
"transformers_version": "4.41.2",
"vocab_size": 12000
}