kleopatra102 commited on
Commit
77aa87a
1 Parent(s): 80768d2

Upload TimeSeriesTransformerForPrediction

Browse files
Files changed (2) hide show
  1. config.json +61 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_lenght": 48,
12
+ "context_length": 24,
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": 22,
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
+ 11,
40
+ 12,
41
+ 13,
42
+ 23,
43
+ 24,
44
+ 25,
45
+ 35,
46
+ 36,
47
+ 37
48
+ ],
49
+ "loss": "nll",
50
+ "model_type": "time_series_transformer",
51
+ "num_dynamic_real_features": 0,
52
+ "num_parallel_samples": 100,
53
+ "num_static_categorical_features": 1,
54
+ "num_static_real_features": 0,
55
+ "num_time_features": 2,
56
+ "prediction_length": 24,
57
+ "scaling": "mean",
58
+ "torch_dtype": "float32",
59
+ "transformers_version": "4.31.0",
60
+ "use_cache": true
61
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcf6c8320a3721ab09acf811448ee8ba1067512b1f400477b252e30b0bc9f6fc
3
+ size 355881