Upload PatchTSMixerForForecasting
Browse files- config.json +7 -4
- generation_config.json +4 -0
- pytorch_model.bin +2 -2
config.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
"PatchTSMixerForForecasting"
|
| 5 |
],
|
| 6 |
"channel_consistent_masking": true,
|
| 7 |
-
"
|
| 8 |
"dropout": 0.5,
|
| 9 |
"expansion_factor": 3,
|
| 10 |
"forecast_channel_indices": null,
|
|
@@ -12,9 +12,10 @@
|
|
| 12 |
"gated_attn": true,
|
| 13 |
"head_agg": "max_pool",
|
| 14 |
"head_dropout": 0.7,
|
| 15 |
-
"in_channels": 7,
|
| 16 |
"init_std": 0.02,
|
|
|
|
| 17 |
"learn_pe": false,
|
|
|
|
| 18 |
"mask_patch_ratios": [
|
| 19 |
1,
|
| 20 |
1
|
|
@@ -34,6 +35,7 @@
|
|
| 34 |
"norm_mlp": "LayerNorm",
|
| 35 |
"num_features": 48,
|
| 36 |
"num_layers": 2,
|
|
|
|
| 37 |
"num_patches": 32,
|
| 38 |
"output_range": null,
|
| 39 |
"patch_last": true,
|
|
@@ -41,12 +43,13 @@
|
|
| 41 |
"pe": "zeros",
|
| 42 |
"post_init": false,
|
| 43 |
"revin": true,
|
| 44 |
-
"
|
|
|
|
| 45 |
"self_attn": false,
|
| 46 |
"self_attn_heads": 1,
|
| 47 |
"seq_len": 512,
|
| 48 |
"stride": 16,
|
| 49 |
"torch_dtype": "float32",
|
| 50 |
-
"transformers_version": "4.
|
| 51 |
"use_pe": false
|
| 52 |
}
|
|
|
|
| 4 |
"PatchTSMixerForForecasting"
|
| 5 |
],
|
| 6 |
"channel_consistent_masking": true,
|
| 7 |
+
"distribution_output": "student_t",
|
| 8 |
"dropout": 0.5,
|
| 9 |
"expansion_factor": 3,
|
| 10 |
"forecast_channel_indices": null,
|
|
|
|
| 12 |
"gated_attn": true,
|
| 13 |
"head_agg": "max_pool",
|
| 14 |
"head_dropout": 0.7,
|
|
|
|
| 15 |
"init_std": 0.02,
|
| 16 |
+
"input_size": 7,
|
| 17 |
"learn_pe": false,
|
| 18 |
+
"loss": "mse",
|
| 19 |
"mask_patch_ratios": [
|
| 20 |
1,
|
| 21 |
1
|
|
|
|
| 35 |
"norm_mlp": "LayerNorm",
|
| 36 |
"num_features": 48,
|
| 37 |
"num_layers": 2,
|
| 38 |
+
"num_parallel_samples": 100,
|
| 39 |
"num_patches": 32,
|
| 40 |
"output_range": null,
|
| 41 |
"patch_last": true,
|
|
|
|
| 43 |
"pe": "zeros",
|
| 44 |
"post_init": false,
|
| 45 |
"revin": true,
|
| 46 |
+
"scaling": "std",
|
| 47 |
+
"seed_number": null,
|
| 48 |
"self_attn": false,
|
| 49 |
"self_attn_heads": 1,
|
| 50 |
"seq_len": 512,
|
| 51 |
"stride": 16,
|
| 52 |
"torch_dtype": "float32",
|
| 53 |
+
"transformers_version": "4.35.0.dev0",
|
| 54 |
"use_pe": false
|
| 55 |
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"transformers_version": "4.35.0.dev0"
|
| 4 |
+
}
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:684fb8f2ee6e38ab430e77a4e8cd86028c34a150d1251f7d2a624f4de0e8c9c8
|
| 3 |
+
size 796601
|