kleopatra102
commited on
Commit
·
6519320
1
Parent(s):
6fd159b
Upload TimeSeriesTransformerForPrediction
Browse files- config.json +84 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"activation_dropout": 0.1,
|
3 |
+
"activation_function": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"TimeSeriesTransformerForPrediction"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.1,
|
8 |
+
"cardinality": [
|
9 |
+
134
|
10 |
+
],
|
11 |
+
"context_lenght": 12,
|
12 |
+
"context_length": 6,
|
13 |
+
"d_model": 32,
|
14 |
+
"decoder_attention_heads": 2,
|
15 |
+
"decoder_ffn_dim": 32,
|
16 |
+
"decoder_layerdrop": 0.1,
|
17 |
+
"decoder_layers": 4,
|
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": 4,
|
27 |
+
"feature_size": 47,
|
28 |
+
"init_std": 0.02,
|
29 |
+
"input_size": 1,
|
30 |
+
"is_encoder_decoder": true,
|
31 |
+
"lags_sequence": [
|
32 |
+
1,
|
33 |
+
2,
|
34 |
+
3,
|
35 |
+
4,
|
36 |
+
5,
|
37 |
+
6,
|
38 |
+
7,
|
39 |
+
8,
|
40 |
+
10,
|
41 |
+
11,
|
42 |
+
12,
|
43 |
+
13,
|
44 |
+
14,
|
45 |
+
16,
|
46 |
+
17,
|
47 |
+
18,
|
48 |
+
19,
|
49 |
+
20,
|
50 |
+
143,
|
51 |
+
144,
|
52 |
+
145,
|
53 |
+
287,
|
54 |
+
288,
|
55 |
+
289,
|
56 |
+
431,
|
57 |
+
432,
|
58 |
+
433,
|
59 |
+
575,
|
60 |
+
576,
|
61 |
+
577,
|
62 |
+
719,
|
63 |
+
720,
|
64 |
+
721,
|
65 |
+
863,
|
66 |
+
864,
|
67 |
+
865,
|
68 |
+
1007,
|
69 |
+
1008,
|
70 |
+
1009
|
71 |
+
],
|
72 |
+
"loss": "nll",
|
73 |
+
"model_type": "time_series_transformer",
|
74 |
+
"num_dynamic_real_features": 0,
|
75 |
+
"num_parallel_samples": 100,
|
76 |
+
"num_static_categorical_features": 1,
|
77 |
+
"num_static_real_features": 0,
|
78 |
+
"num_time_features": 6,
|
79 |
+
"prediction_length": 6,
|
80 |
+
"scaling": "mean",
|
81 |
+
"torch_dtype": "float32",
|
82 |
+
"transformers_version": "4.31.0",
|
83 |
+
"use_cache": true
|
84 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92565b760bf1e22c12ca0d41cc6e5dabebb5e68bfe5573e05eaeecfcb63fe6c9
|
3 |
+
size 350121
|