Upload config.json with huggingface_hub
Browse files- config.json +32 -36
config.json
CHANGED
@@ -1,36 +1,32 @@
|
|
1 |
-
{
|
2 |
-
"architectures": [
|
3 |
-
"TimesFmModelForPredictionMultiVariate"
|
4 |
-
],
|
5 |
-
"attention_dropout": 0.0,
|
6 |
-
"context_length": 200,
|
7 |
-
"feature_num":
|
8 |
-
"freq_size": 3,
|
9 |
-
"head_dim": 80,
|
10 |
-
"hidden_size":
|
11 |
-
"horizon_length": 2,
|
12 |
-
"initializer_range": 0.02,
|
13 |
-
"intermediate_size": 1024,
|
14 |
-
"max_timescale": 10000,
|
15 |
-
"min_timescale": 1,
|
16 |
-
"model_type": "timesfm",
|
17 |
-
"num_attention_heads":
|
18 |
-
"num_hidden_layers":
|
19 |
-
"pad_val": 1123581321.0,
|
20 |
-
"patch_length":
|
21 |
-
"quantiles": [
|
22 |
-
0.1,
|
23 |
-
0.
|
24 |
-
0.
|
25 |
-
0.
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
"
|
32 |
-
|
33 |
-
"torch_dtype": "float32",
|
34 |
-
"transformers_version": "4.53.3",
|
35 |
-
"use_positional_embedding": false
|
36 |
-
}
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"TimesFmModelForPredictionMultiVariate"
|
4 |
+
],
|
5 |
+
"attention_dropout": 0.0,
|
6 |
+
"context_length": 200,
|
7 |
+
"feature_num": 28,
|
8 |
+
"freq_size": 3,
|
9 |
+
"head_dim": 80,
|
10 |
+
"hidden_size": 2048,
|
11 |
+
"horizon_length": 2,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 1024,
|
14 |
+
"max_timescale": 10000,
|
15 |
+
"min_timescale": 1,
|
16 |
+
"model_type": "timesfm",
|
17 |
+
"num_attention_heads": 24,
|
18 |
+
"num_hidden_layers": 24,
|
19 |
+
"pad_val": 1123581321.0,
|
20 |
+
"patch_length": 12,
|
21 |
+
"quantiles": [
|
22 |
+
0.1,
|
23 |
+
0.3,
|
24 |
+
0.6,
|
25 |
+
0.9
|
26 |
+
],
|
27 |
+
"rms_norm_eps": 1e-06,
|
28 |
+
"tolerance": 1e-06,
|
29 |
+
"torch_dtype": "float32",
|
30 |
+
"transformers_version": "4.55.0",
|
31 |
+
"use_positional_embedding": false
|
32 |
+
}
|
|
|
|
|
|
|
|