PatchFM / config.json
vilhess's picture
Push model using huggingface_hub.
fd5a2eb verified
raw
history blame contribute delete
299 Bytes
{
"ckpt_path": "ckpts/art_gift_utsd_tanh.pth",
"compile": true,
"d_model": 2048,
"load_from_hub": false,
"max_seq_len": 1024,
"n_heads": 64,
"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
]
}