updated models and config
Browse filesTogether with PR: https://github.com/huggingface/transformers/pull/21020
- config.json +10 -9
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -8,21 +8,22 @@
|
|
8 |
"cardinality": [
|
9 |
366
|
10 |
],
|
11 |
-
"context_length":
|
12 |
-
"d_model":
|
13 |
-
"decoder_attention_heads":
|
14 |
"decoder_ffn_dim": 32,
|
15 |
"decoder_layerdrop": 0.1,
|
16 |
-
"decoder_layers":
|
17 |
"distribution_output": "student_t",
|
18 |
"dropout": 0.1,
|
19 |
"embedding_dimension": [
|
20 |
-
|
21 |
],
|
22 |
-
"encoder_attention_heads":
|
23 |
"encoder_ffn_dim": 32,
|
24 |
"encoder_layerdrop": 0.1,
|
25 |
-
"encoder_layers":
|
|
|
26 |
"init_std": 0.02,
|
27 |
"input_size": 1,
|
28 |
"is_encoder_decoder": true,
|
@@ -52,8 +53,8 @@
|
|
52 |
"num_static_real_features": 0,
|
53 |
"num_time_features": 2,
|
54 |
"prediction_length": 24,
|
55 |
-
"scaling":
|
56 |
"torch_dtype": "float32",
|
57 |
-
"transformers_version": "4.
|
58 |
"use_cache": true
|
59 |
}
|
|
|
8 |
"cardinality": [
|
9 |
366
|
10 |
],
|
11 |
+
"context_length": 48,
|
12 |
+
"d_model": 64,
|
13 |
+
"decoder_attention_heads": 4,
|
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 |
+
3
|
21 |
],
|
22 |
+
"encoder_attention_heads": 4,
|
23 |
"encoder_ffn_dim": 32,
|
24 |
"encoder_layerdrop": 0.1,
|
25 |
+
"encoder_layers": 4,
|
26 |
+
"feature_size": 24,
|
27 |
"init_std": 0.02,
|
28 |
"input_size": 1,
|
29 |
"is_encoder_decoder": true,
|
|
|
53 |
"num_static_real_features": 0,
|
54 |
"num_time_features": 2,
|
55 |
"prediction_length": 24,
|
56 |
+
"scaling": "std",
|
57 |
"torch_dtype": "float32",
|
58 |
+
"transformers_version": "4.27.0.dev0",
|
59 |
"use_cache": true
|
60 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:17d87c2fa2e384d9c1bde765ecba75daf65070e943b525a8012c8ebe13c94150
|
3 |
+
size 1060013
|