Upload 2 files
Browse files- config.json +10 -9
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"activation_dropout": 0.1,
|
3 |
"activation_function": "gelu",
|
4 |
"architectures": [
|
@@ -8,22 +9,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 |
-
"feature_size":
|
27 |
"init_std": 0.02,
|
28 |
"input_size": 1,
|
29 |
"is_encoder_decoder": true,
|
@@ -53,7 +54,7 @@
|
|
53 |
"num_static_real_features": 0,
|
54 |
"num_time_features": 2,
|
55 |
"prediction_length": 24,
|
56 |
-
"scaling":
|
57 |
"torch_dtype": "float32",
|
58 |
"transformers_version": "4.27.0.dev0",
|
59 |
"use_cache": true
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "huggingface/time-series-transformer-tourism-monthly",
|
3 |
"activation_dropout": 0.1,
|
4 |
"activation_function": "gelu",
|
5 |
"architectures": [
|
|
|
9 |
"cardinality": [
|
10 |
366
|
11 |
],
|
12 |
+
"context_length": 24,
|
13 |
+
"d_model": 26,
|
14 |
+
"decoder_attention_heads": 2,
|
15 |
"decoder_ffn_dim": 32,
|
16 |
"decoder_layerdrop": 0.1,
|
17 |
+
"decoder_layers": 2,
|
18 |
"distribution_output": "student_t",
|
19 |
"dropout": 0.1,
|
20 |
"embedding_dimension": [
|
21 |
+
6
|
22 |
],
|
23 |
+
"encoder_attention_heads": 2,
|
24 |
"encoder_ffn_dim": 32,
|
25 |
"encoder_layerdrop": 0.1,
|
26 |
+
"encoder_layers": 2,
|
27 |
+
"feature_size": 27,
|
28 |
"init_std": 0.02,
|
29 |
"input_size": 1,
|
30 |
"is_encoder_decoder": true,
|
|
|
54 |
"num_static_real_features": 0,
|
55 |
"num_time_features": 2,
|
56 |
"prediction_length": 24,
|
57 |
+
"scaling": true,
|
58 |
"torch_dtype": "float32",
|
59 |
"transformers_version": "4.27.0.dev0",
|
60 |
"use_cache": true
|
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:ff022cd0c0355309464e35ff787ce7274d28ef7913f1fae323cbb9215bb1eaa4
|
3 |
+
size 152346
|