Upload TimeSeriesTransformerForPrediction
Browse files- config.json +62 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"activation_dropout": 0.1,
|
3 |
+
"activation_function": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"TimeSeriesTransformerForPrediction"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.1,
|
8 |
+
"cardinality": [
|
9 |
+
366
|
10 |
+
],
|
11 |
+
"context_length": 144,
|
12 |
+
"d_model": 26,
|
13 |
+
"decoder_attention_heads": 2,
|
14 |
+
"decoder_ffn_dim": 32,
|
15 |
+
"decoder_layerdrop": 0.1,
|
16 |
+
"decoder_layers": 32,
|
17 |
+
"distribution_output": "student_t",
|
18 |
+
"dropout": 0.1,
|
19 |
+
"embedding_dimension": [
|
20 |
+
3
|
21 |
+
],
|
22 |
+
"encoder_attention_heads": 2,
|
23 |
+
"encoder_ffn_dim": 32,
|
24 |
+
"encoder_layerdrop": 0.1,
|
25 |
+
"encoder_layers": 32,
|
26 |
+
"init_std": 0.02,
|
27 |
+
"input_size": 1,
|
28 |
+
"is_encoder_decoder": true,
|
29 |
+
"lags_sequence": [
|
30 |
+
1,
|
31 |
+
2,
|
32 |
+
3,
|
33 |
+
4,
|
34 |
+
5,
|
35 |
+
6,
|
36 |
+
7,
|
37 |
+
11,
|
38 |
+
12,
|
39 |
+
13,
|
40 |
+
23,
|
41 |
+
24,
|
42 |
+
25,
|
43 |
+
35,
|
44 |
+
36,
|
45 |
+
37,
|
46 |
+
50,
|
47 |
+
100,
|
48 |
+
150
|
49 |
+
],
|
50 |
+
"loss": "nll",
|
51 |
+
"model_type": "time_series_transformer",
|
52 |
+
"num_dynamic_real_features": 0,
|
53 |
+
"num_parallel_samples": 100,
|
54 |
+
"num_static_categorical_features": 1,
|
55 |
+
"num_static_real_features": 0,
|
56 |
+
"num_time_features": 2,
|
57 |
+
"prediction_length": 24,
|
58 |
+
"scaling": true,
|
59 |
+
"torch_dtype": "float32",
|
60 |
+
"transformers_version": "4.26.0",
|
61 |
+
"use_cache": true
|
62 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6bd6a69ebd5a6a7d128d6c1c132e4edf938aa280d7d22f39c9406de198d5aa96
|
3 |
+
size 1979681
|