kashif HF staff commited on
Commit
c69fc66
1 Parent(s): 14ade45

Upload TimeSeriesTransformerForPrediction

Browse files
Files changed (2) hide show
  1. config.json +84 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.1,
3
+ "activation_function": "gelu",
4
+ "architectures": [
5
+ "TimeSeriesTransformerForPrediction"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "cardinality": [
9
+ 862
10
+ ],
11
+ "context_length": 96,
12
+ "d_model": 32,
13
+ "decoder_attention_heads": 2,
14
+ "decoder_ffn_dim": 32,
15
+ "decoder_layerdrop": 0.1,
16
+ "decoder_layers": 4,
17
+ "distribution_output": "student_t",
18
+ "dropout": 0.1,
19
+ "embedding_dimension": [
20
+ 2
21
+ ],
22
+ "encoder_attention_heads": 2,
23
+ "encoder_ffn_dim": 32,
24
+ "encoder_layerdrop": 0.1,
25
+ "encoder_layers": 4,
26
+ "feature_size": 49,
27
+ "init_std": 0.02,
28
+ "input_size": 1,
29
+ "is_encoder_decoder": true,
30
+ "lags_sequence": [
31
+ 1,
32
+ 2,
33
+ 3,
34
+ 4,
35
+ 5,
36
+ 6,
37
+ 7,
38
+ 23,
39
+ 24,
40
+ 25,
41
+ 47,
42
+ 48,
43
+ 49,
44
+ 71,
45
+ 72,
46
+ 73,
47
+ 95,
48
+ 96,
49
+ 97,
50
+ 119,
51
+ 120,
52
+ 121,
53
+ 143,
54
+ 144,
55
+ 145,
56
+ 167,
57
+ 168,
58
+ 169,
59
+ 335,
60
+ 336,
61
+ 337,
62
+ 503,
63
+ 504,
64
+ 505,
65
+ 671,
66
+ 672,
67
+ 673,
68
+ 719,
69
+ 720,
70
+ 721
71
+ ],
72
+ "loss": "nll",
73
+ "model_type": "time_series_transformer",
74
+ "num_dynamic_real_features": 0,
75
+ "num_parallel_samples": 100,
76
+ "num_static_categorical_features": 1,
77
+ "num_static_real_features": 0,
78
+ "num_time_features": 5,
79
+ "prediction_length": 48,
80
+ "scaling": "mean",
81
+ "torch_dtype": "float32",
82
+ "transformers_version": "4.30.0.dev0",
83
+ "use_cache": true
84
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a551f9a2b38e200fe66acb2340b4143bc6dc830cee70b482c6cd7fe77b14758
3
+ size 394342