kleopatra102
commited on
Commit
•
b297dfc
1
Parent(s):
2fd6251
Upload TimeSeriesTransformerForPrediction
Browse files- config.json +75 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"activation_dropout": 0.1,
|
3 |
+
"activation_function": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"TimeSeriesTransformerForPrediction"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.1,
|
8 |
+
"cardinality": [
|
9 |
+
1
|
10 |
+
],
|
11 |
+
"context_lenght": 60,
|
12 |
+
"context_length": 30,
|
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 |
+
2
|
22 |
+
],
|
23 |
+
"encoder_attention_heads": 2,
|
24 |
+
"encoder_ffn_dim": 32,
|
25 |
+
"encoder_layerdrop": 0.1,
|
26 |
+
"encoder_layers": 4,
|
27 |
+
"feature_size": 38,
|
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 |
+
13,
|
41 |
+
14,
|
42 |
+
15,
|
43 |
+
20,
|
44 |
+
21,
|
45 |
+
22,
|
46 |
+
27,
|
47 |
+
28,
|
48 |
+
29,
|
49 |
+
30,
|
50 |
+
31,
|
51 |
+
56,
|
52 |
+
84,
|
53 |
+
363,
|
54 |
+
364,
|
55 |
+
365,
|
56 |
+
727,
|
57 |
+
728,
|
58 |
+
729,
|
59 |
+
1091,
|
60 |
+
1092,
|
61 |
+
1093
|
62 |
+
],
|
63 |
+
"loss": "nll",
|
64 |
+
"model_type": "time_series_transformer",
|
65 |
+
"num_dynamic_real_features": 0,
|
66 |
+
"num_parallel_samples": 100,
|
67 |
+
"num_static_categorical_features": 1,
|
68 |
+
"num_static_real_features": 0,
|
69 |
+
"num_time_features": 4,
|
70 |
+
"prediction_length": 30,
|
71 |
+
"scaling": "mean",
|
72 |
+
"torch_dtype": "float32",
|
73 |
+
"transformers_version": "4.31.0",
|
74 |
+
"use_cache": true
|
75 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a88d23ac834bf768d6d4e1dfb14c003077fdbb06bdf399023332844b85dae0d
|
3 |
+
size 360169
|