CoolFace
Modelpublic

GridTST/solar_720_720

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes6downloads
config.json27 linesDownload Raw Back to root
1{2  "architectures": [3    "GridTSTForTimeSeriesPrediction"4  ],5  "attention_dropout": 0.2,6  "attention_strategy": "alternate",7  "d_model": 64,8  "dropout": 0.2,9  "ffn_dim": 256,10  "head_dropout": 0.0,11  "init_std": 0.2,12  "label_len": 720,13  "model_type": "gridtst",14  "norm_type": "batchnorm",15  "num_channels": 137,16  "num_heads": 16,17  "num_layers": 3,18  "num_patches": 6,19  "patch_len": 128,20  "qkv_bias": true,21  "revin_affine": true,22  "seq_len": 720,23  "stride": 128,24  "torch_dtype": "float32",25  "transformers_version": "4.35.2"26}27