solar_336_96 / config.json
Hannibal046's picture
Upload folder using huggingface_hub
6f2b8f3
raw
history blame contribute delete
No virus
542 Bytes
{
"architectures": [
"GridTSTForTimeSeriesPrediction"
],
"attention_dropout": 0.2,
"attention_strategy": "alternate",
"d_model": 64,
"dropout": 0.2,
"ffn_dim": 256,
"head_dropout": 0.0,
"init_std": 0.2,
"label_len": 96,
"model_type": "gridtst",
"norm_type": "batchnorm",
"num_channels": 137,
"num_heads": 16,
"num_layers": 3,
"num_patches": 5,
"patch_len": 96,
"qkv_bias": true,
"revin_affine": true,
"seq_len": 336,
"stride": 64,
"torch_dtype": "float32",
"transformers_version": "4.35.2"
}