File size: 253 Bytes
cfc9a8d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | {
"attn_dropout_p": 0.0,
"d_model": 768,
"dropout_p": 0.0,
"max_seq_len": 512,
"num_layers": 9,
"patch_size": 32,
"quantile_levels": [
0.1,
0.2,
0.3,
0.4,
0.5,
0.6,
0.7,
0.8,
0.9
],
"scaling": true
} |