File size: 772 Bytes
0348aa7 | 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 28 29 30 31 32 33 | {
"activation_dropout": 0.0,
"activation_function": "gelu",
"add_cross_attention": false,
"architectures": [
"MusicgenModel"
],
"attention_dropout": 0.0,
"audio_channels": 1,
"bos_token_id": 99,
"cross_attention_hidden_size": null,
"decoder_start_token_id": 99,
"dropout": 0.1,
"dtype": "float32",
"eos_token_id": null,
"ffn_dim": 4,
"hidden_size": 16,
"initializer_factor": 0.02,
"is_decoder": false,
"layerdrop": 0.0,
"max_position_embeddings": 2048,
"model_type": "musicgen_decoder",
"num_attention_heads": 4,
"num_codebooks": 4,
"num_hidden_layers": 2,
"pad_token_id": 99,
"scale_embedding": false,
"tie_word_embeddings": false,
"transformers_version": "5.16.0.dev0",
"use_cache": true,
"vocab_size": 99
}
|