Commit
·
835eed2
1
Parent(s):
e21116f
Upload folder using huggingface_hub
Browse files- config.json +26 -0
- model.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"GridTSTForTimeSeriesPrediction"
|
| 4 |
+
],
|
| 5 |
+
"attention_dropout": 0.2,
|
| 6 |
+
"attention_strategy": "channel_first",
|
| 7 |
+
"d_model": 256,
|
| 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": 321,
|
| 16 |
+
"num_heads": 16,
|
| 17 |
+
"num_layers": 3,
|
| 18 |
+
"num_patches": 8,
|
| 19 |
+
"patch_len": 96,
|
| 20 |
+
"qkv_bias": true,
|
| 21 |
+
"revin_affine": false,
|
| 22 |
+
"seq_len": 720,
|
| 23 |
+
"stride": 96,
|
| 24 |
+
"torch_dtype": "float32",
|
| 25 |
+
"transformers_version": "4.35.2"
|
| 26 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6bba8bc4737e36d0ce9620d7eab0d9de2e18ac5f79c79bfa3f3b8591322fc830
|
| 3 |
+
size 10778200
|