Upload AutoformerForPrediction
Browse files- config.json +87 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"activation_dropout": 0.1,
|
3 |
+
"activation_function": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"AutoformerForPrediction"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.1,
|
8 |
+
"autocorrelation_factor": 3,
|
9 |
+
"cardinality": [
|
10 |
+
321
|
11 |
+
],
|
12 |
+
"context_length": 96,
|
13 |
+
"d_model": 16,
|
14 |
+
"decoder_attention_heads": 2,
|
15 |
+
"decoder_ffn_dim": 32,
|
16 |
+
"decoder_layerdrop": 0.1,
|
17 |
+
"decoder_layers": 2,
|
18 |
+
"distribution_output": "student_t",
|
19 |
+
"dropout": 0.1,
|
20 |
+
"embedding_dimension": [
|
21 |
+
2
|
22 |
+
],
|
23 |
+
"encoder_attention_heads": 2,
|
24 |
+
"encoder_ffn_dim": 32,
|
25 |
+
"encoder_layerdrop": 0.1,
|
26 |
+
"encoder_layers": 4,
|
27 |
+
"feature_size": 49,
|
28 |
+
"init_std": 0.02,
|
29 |
+
"input_size": 1,
|
30 |
+
"is_encoder_decoder": true,
|
31 |
+
"label_length": 10,
|
32 |
+
"lags_sequence": [
|
33 |
+
1,
|
34 |
+
2,
|
35 |
+
3,
|
36 |
+
4,
|
37 |
+
5,
|
38 |
+
6,
|
39 |
+
7,
|
40 |
+
23,
|
41 |
+
24,
|
42 |
+
25,
|
43 |
+
47,
|
44 |
+
48,
|
45 |
+
49,
|
46 |
+
71,
|
47 |
+
72,
|
48 |
+
73,
|
49 |
+
95,
|
50 |
+
96,
|
51 |
+
97,
|
52 |
+
119,
|
53 |
+
120,
|
54 |
+
121,
|
55 |
+
143,
|
56 |
+
144,
|
57 |
+
145,
|
58 |
+
167,
|
59 |
+
168,
|
60 |
+
169,
|
61 |
+
335,
|
62 |
+
336,
|
63 |
+
337,
|
64 |
+
503,
|
65 |
+
504,
|
66 |
+
505,
|
67 |
+
671,
|
68 |
+
672,
|
69 |
+
673,
|
70 |
+
719,
|
71 |
+
720,
|
72 |
+
721
|
73 |
+
],
|
74 |
+
"loss": "nll",
|
75 |
+
"model_type": "autoformer",
|
76 |
+
"moving_average": 25,
|
77 |
+
"num_dynamic_real_features": 0,
|
78 |
+
"num_parallel_samples": 100,
|
79 |
+
"num_static_categorical_features": 1,
|
80 |
+
"num_static_real_features": 0,
|
81 |
+
"num_time_features": 5,
|
82 |
+
"prediction_length": 24,
|
83 |
+
"scaling": "std",
|
84 |
+
"torch_dtype": "float32",
|
85 |
+
"transformers_version": "4.30.0.dev0",
|
86 |
+
"use_cache": true
|
87 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:42751d7d968c4f75a8e5538657918076f5c6a0a398ff2774c7bac72dde80cb9d
|
3 |
+
size 155110
|