PatchFM / config.json
vilhess's picture
Update config.json
7b8a0f7 verified
Raw
History Blame Contribute Delete
287 Bytes
{
"ckpt_path": "ckpts/model.ckpt",
"compile": true,
"d_model": 2048,
"load_from_hub": false,
"max_seq_len": 1024,
"n_heads": 32,
"n_layers_encoder": 6,
"patch_len": 32,
"quantiles": [
0.1,
0.2,
0.3,
0.4,
0.5,
0.6,
0.7,
0.8,
0.9
]
}