Safetensors
forecasting
time-series
zero-shot
foundation-models
PatchFM / config.json
vilhess's picture
Push model using huggingface_hub.
cf688eb verified
raw
history blame contribute delete
289 Bytes
{
"ckpt_path": "ckpts/patchfm.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
]
}