Safetensors
PatchFM / config.json
vilhess's picture
Push model using huggingface_hub.
f81e7b1 verified
Raw
History Blame Contribute Delete
286 Bytes
{
"ckpt_path": "ckpts/art2.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
]
}