weather_720_96 / config.json
Hannibal046's picture
Upload folder using huggingface_hub
dbc83b6
raw
history blame contribute delete
No virus
547 Bytes
{
"architectures": [
"GridTSTForTimeSeriesPrediction"
],
"attention_dropout": 0.1,
"attention_strategy": "channel_first",
"d_model": 128,
"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": 21,
"num_heads": 16,
"num_layers": 4,
"num_patches": 8,
"patch_len": 128,
"qkv_bias": true,
"revin_affine": true,
"seq_len": 720,
"stride": 96,
"torch_dtype": "float32",
"transformers_version": "4.35.2"
}