Shoriful025 commited on
Commit
cd1bf1f
·
verified ·
1 Parent(s): d83d1e1

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +22 -0
config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "TimeSeriesTransformerForPrediction"
4
+ ],
5
+ "context_length": 168,
6
+ "prediction_length": 24,
7
+ "d_model": 64,
8
+ "num_encoder_layers": 3,
9
+ "num_decoder_layers": 3,
10
+ "nhead": 4,
11
+ "dim_feedforward": 256,
12
+ "dropout": 0.1,
13
+ "activation": "gelu",
14
+ "input_size": 1,
15
+ "lags_sequence": [1, 24, 168],
16
+ "scaling": "mean",
17
+ "distribution_output": "student_t",
18
+ "num_parallel_samples": 100,
19
+ "model_type": "time_series_transformer",
20
+ "torch_dtype": "float32",
21
+ "transformers_version": "4.37.0"
22
+ }