Upload TimeSeriesTransformerForPrediction
Browse files- config.json +6 -6
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
366
|
10 |
],
|
11 |
"context_length": 24,
|
12 |
-
"d_model":
|
13 |
"decoder_attention_heads": 2,
|
14 |
"decoder_ffn_dim": 32,
|
15 |
"decoder_layerdrop": 0.1,
|
@@ -17,7 +17,7 @@
|
|
17 |
"distribution_output": "student_t",
|
18 |
"dropout": 0.1,
|
19 |
"embedding_dimension": [
|
20 |
-
|
21 |
],
|
22 |
"encoder_attention_heads": 2,
|
23 |
"encoder_ffn_dim": 32,
|
@@ -26,7 +26,7 @@
|
|
26 |
"init_std": 0.02,
|
27 |
"input_size": 1,
|
28 |
"is_encoder_decoder": true,
|
29 |
-
"
|
30 |
1,
|
31 |
2,
|
32 |
3,
|
@@ -46,10 +46,10 @@
|
|
46 |
],
|
47 |
"loss": "nll",
|
48 |
"model_type": "time_series_transformer",
|
49 |
-
"
|
50 |
-
"num_feat_static_cat": 1,
|
51 |
-
"num_feat_static_real": 0,
|
52 |
"num_parallel_samples": 100,
|
|
|
|
|
53 |
"num_time_features": 2,
|
54 |
"prediction_length": 24,
|
55 |
"scaling": true,
|
|
|
9 |
366
|
10 |
],
|
11 |
"context_length": 24,
|
12 |
+
"d_model": 26,
|
13 |
"decoder_attention_heads": 2,
|
14 |
"decoder_ffn_dim": 32,
|
15 |
"decoder_layerdrop": 0.1,
|
|
|
17 |
"distribution_output": "student_t",
|
18 |
"dropout": 0.1,
|
19 |
"embedding_dimension": [
|
20 |
+
6
|
21 |
],
|
22 |
"encoder_attention_heads": 2,
|
23 |
"encoder_ffn_dim": 32,
|
|
|
26 |
"init_std": 0.02,
|
27 |
"input_size": 1,
|
28 |
"is_encoder_decoder": true,
|
29 |
+
"lags_sequence": [
|
30 |
1,
|
31 |
2,
|
32 |
3,
|
|
|
46 |
],
|
47 |
"loss": "nll",
|
48 |
"model_type": "time_series_transformer",
|
49 |
+
"num_dynamic_real_features": 0,
|
|
|
|
|
50 |
"num_parallel_samples": 100,
|
51 |
+
"num_static_categorical_features": 1,
|
52 |
+
"num_static_real_features": 0,
|
53 |
"num_time_features": 2,
|
54 |
"prediction_length": 24,
|
55 |
"scaling": true,
|
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:3fadbd056a94e13bb37071615b2415037197d5d203eb7d76e84b530e10cbc99d
|
3 |
+
size 133829
|