File size: 595 Bytes
bdbb22a | 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 34 35 | {
"codebook_vocab_sizes": [
16384,
1024,
1024,
1024,
1024,
1024,
1024,
1024
],
"conv_dilations": [
1,
3,
9
],
"d_model": 1088,
"depth_decoder": true,
"depth_decoder_dim": 512,
"depth_decoder_dropout": 0.1,
"depth_decoder_ff_mult": 4,
"depth_decoder_heads": 8,
"depth_decoder_layers": 2,
"dropout": 0.1,
"ff_mult": 4,
"latent_channels": 128,
"max_position_embeddings": 128,
"mup": true,
"mup_attention_multiplier": 8.0,
"mup_output_mult": 1.0,
"mup_readout_zero_init": true,
"num_heads": 17,
"num_layers": 8
}
|