Upload InformerForPrediction
Browse files- config.json +50 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"activation_dropout": 0.1,
|
3 |
+
"activation_function": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"InformerForPrediction"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.1,
|
8 |
+
"attention_type": "prob",
|
9 |
+
"cardinality": [
|
10 |
+
0
|
11 |
+
],
|
12 |
+
"context_length": 48,
|
13 |
+
"d_model": 64,
|
14 |
+
"decoder_attention_heads": 2,
|
15 |
+
"decoder_ffn_dim": 32,
|
16 |
+
"decoder_layerdrop": 0.1,
|
17 |
+
"decoder_layers": 2,
|
18 |
+
"distil": true,
|
19 |
+
"distribution_output": "student_t",
|
20 |
+
"dropout": 0.05,
|
21 |
+
"embedding_dimension": [
|
22 |
+
0
|
23 |
+
],
|
24 |
+
"encoder_attention_heads": 2,
|
25 |
+
"encoder_ffn_dim": 32,
|
26 |
+
"encoder_layerdrop": 0.1,
|
27 |
+
"encoder_layers": 2,
|
28 |
+
"factor": 2,
|
29 |
+
"feature_size": 3453,
|
30 |
+
"init_std": 0.02,
|
31 |
+
"input_size": 862,
|
32 |
+
"is_encoder_decoder": true,
|
33 |
+
"lags_sequence": [
|
34 |
+
1,
|
35 |
+
168
|
36 |
+
],
|
37 |
+
"loss": "nll",
|
38 |
+
"model_type": "informer",
|
39 |
+
"num_dynamic_real_features": 0,
|
40 |
+
"num_parallel_samples": 100,
|
41 |
+
"num_static_categorical_features": 0,
|
42 |
+
"num_static_real_features": 0,
|
43 |
+
"num_time_features": 5,
|
44 |
+
"prediction_length": 24,
|
45 |
+
"sampling_factor": 5,
|
46 |
+
"scaling": "std",
|
47 |
+
"torch_dtype": "float32",
|
48 |
+
"transformers_version": "4.30.0.dev0",
|
49 |
+
"use_cache": true
|
50 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52c8cd4feaa8fd17d93a323d3365441acf4cafb7b86cd93347d820b1a34736ce
|
3 |
+
size 3035438
|