hf-transformers-bot commited on
Commit
549c261
·
verified ·
1 Parent(s): 28167f4

Update tiny models for AutoformerModel

Browse files
Files changed (2) hide show
  1. config.json +52 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.1,
3
+ "activation_function": "gelu",
4
+ "architectures": [
5
+ "AutoformerModel"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "autocorrelation_factor": 3,
9
+ "cardinality": [
10
+ 19
11
+ ],
12
+ "context_length": 14,
13
+ "d_model": 16,
14
+ "decoder_attention_heads": 4,
15
+ "decoder_ffn_dim": 4,
16
+ "decoder_layerdrop": 0.1,
17
+ "decoder_layers": 2,
18
+ "distribution_output": "student_t",
19
+ "dropout": 0.1,
20
+ "dtype": "float32",
21
+ "embedding_dimension": [
22
+ 5
23
+ ],
24
+ "encoder_attention_heads": 4,
25
+ "encoder_ffn_dim": 4,
26
+ "encoder_layerdrop": 0.1,
27
+ "encoder_layers": 2,
28
+ "feature_size": 16,
29
+ "init_std": 0.02,
30
+ "input_size": 1,
31
+ "is_encoder_decoder": true,
32
+ "label_length": 10,
33
+ "lags_sequence": [
34
+ 1,
35
+ 2,
36
+ 3,
37
+ 4,
38
+ 5
39
+ ],
40
+ "loss": "nll",
41
+ "model_type": "autoformer",
42
+ "moving_average": 25,
43
+ "num_dynamic_real_features": 0,
44
+ "num_parallel_samples": 100,
45
+ "num_static_categorical_features": 1,
46
+ "num_static_real_features": 0,
47
+ "num_time_features": 4,
48
+ "prediction_length": 7,
49
+ "scaling": "std",
50
+ "transformers_version": "5.16.0.dev0",
51
+ "use_cache": true
52
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:583b4d31002e4a0aa1017002d61a199bb3d8efa3a146a62108e6363cc9efe39f
3
+ size 52124