nielsr HF staff commited on
Commit
f3a9e25
1 Parent(s): 2daf696

Upload TimeSeriesTransformerForPrediction

Browse files
Files changed (2) hide show
  1. config.json +59 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_length": 24,
12
+ "d_model": 24,
13
+ "decoder_attention_heads": 2,
14
+ "decoder_ffn_dim": 32,
15
+ "decoder_layerdrop": 0.1,
16
+ "decoder_layers": 2,
17
+ "distribution_output": "student_t",
18
+ "dropout": 0.1,
19
+ "embedding_dimension": [
20
+ 4
21
+ ],
22
+ "encoder_attention_heads": 2,
23
+ "encoder_ffn_dim": 32,
24
+ "encoder_layerdrop": 0.1,
25
+ "encoder_layers": 2,
26
+ "init_std": 0.02,
27
+ "input_size": 1,
28
+ "is_encoder_decoder": true,
29
+ "lags_seq": [
30
+ 1,
31
+ 2,
32
+ 3,
33
+ 4,
34
+ 5,
35
+ 6,
36
+ 7,
37
+ 11,
38
+ 12,
39
+ 13,
40
+ 23,
41
+ 24,
42
+ 25,
43
+ 35,
44
+ 36,
45
+ 37
46
+ ],
47
+ "loss": "nll",
48
+ "model_type": "time_series_transformer",
49
+ "num_feat_dynamic_real": 0,
50
+ "num_feat_static_cat": 1,
51
+ "num_feat_static_real": 0,
52
+ "num_parallel_samples": 100,
53
+ "num_time_features": 2,
54
+ "prediction_length": 24,
55
+ "scaling": true,
56
+ "torch_dtype": "float32",
57
+ "transformers_version": "4.23.0.dev0",
58
+ "use_cache": true
59
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf71022d107ea2dabe9670300b773eb44eaaa337cea99ed1d033743e534e6b39
3
+ size 119557