Shoriful025 commited on
Commit
867a259
·
verified ·
1 Parent(s): 6593ba7

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +24 -0
config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "InformerForPrediction"
4
+ ],
5
+ "context_length": 168,
6
+ "d_model": 512,
7
+ "decoder_attention_heads": 8,
8
+ "decoder_ffn_dim": 2048,
9
+ "decoder_layers": 4,
10
+ "distil": true,
11
+ "dropout": 0.1,
12
+ "encoder_attention_heads": 8,
13
+ "encoder_ffn_dim": 2048,
14
+ "encoder_layers": 6,
15
+ "feature_size": 12,
16
+ "input_size": 1,
17
+ "l_radix": 4,
18
+ "loss": "mse",
19
+ "model_type": "informer",
20
+ "num_time_features": 5,
21
+ "prediction_length": 24,
22
+ "scaling": "std",
23
+ "transformers_version": "4.36.0"
24
+ }