Upload AutoformerForPrediction
Browse files- config.json +76 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
0
|
11 |
+
],
|
12 |
+
"context_length": 60,
|
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 |
+
0
|
22 |
+
],
|
23 |
+
"encoder_attention_heads": 2,
|
24 |
+
"encoder_ffn_dim": 32,
|
25 |
+
"encoder_layerdrop": 0.1,
|
26 |
+
"encoder_layers": 2,
|
27 |
+
"feature_size": 35,
|
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 |
+
9,
|
41 |
+
10,
|
42 |
+
11,
|
43 |
+
14,
|
44 |
+
15,
|
45 |
+
16,
|
46 |
+
19,
|
47 |
+
20,
|
48 |
+
21,
|
49 |
+
22,
|
50 |
+
23,
|
51 |
+
39,
|
52 |
+
59,
|
53 |
+
258,
|
54 |
+
259,
|
55 |
+
260,
|
56 |
+
518,
|
57 |
+
519,
|
58 |
+
520,
|
59 |
+
778,
|
60 |
+
779,
|
61 |
+
780
|
62 |
+
],
|
63 |
+
"loss": "nll",
|
64 |
+
"model_type": "autoformer",
|
65 |
+
"moving_average": 25,
|
66 |
+
"num_dynamic_real_features": 0,
|
67 |
+
"num_parallel_samples": 100,
|
68 |
+
"num_static_categorical_features": 0,
|
69 |
+
"num_static_real_features": 0,
|
70 |
+
"num_time_features": 4,
|
71 |
+
"prediction_length": 30,
|
72 |
+
"scaling": "std",
|
73 |
+
"torch_dtype": "float32",
|
74 |
+
"transformers_version": "4.31.0.dev0",
|
75 |
+
"use_cache": true
|
76 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d94c02efeb563b7c67dcc43bf041f5cebe95659d4289a69483d7be240a126bbe
|
3 |
+
size 111013
|