Upload config.json
Browse files- config.json +36 -0
config.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"TimesFmModelForPredictionMultiVariate"
|
| 4 |
+
],
|
| 5 |
+
"attention_dropout": 0.0,
|
| 6 |
+
"context_length": 200,
|
| 7 |
+
"feature_num": 18,
|
| 8 |
+
"freq_size": 3,
|
| 9 |
+
"head_dim": 80,
|
| 10 |
+
"hidden_size": 1024,
|
| 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": 16,
|
| 18 |
+
"num_hidden_layers": 20,
|
| 19 |
+
"pad_val": 1123581321.0,
|
| 20 |
+
"patch_length": 10,
|
| 21 |
+
"quantiles": [
|
| 22 |
+
0.1,
|
| 23 |
+
0.2,
|
| 24 |
+
0.3,
|
| 25 |
+
0.4,
|
| 26 |
+
0.6,
|
| 27 |
+
0.7,
|
| 28 |
+
0.8,
|
| 29 |
+
0.9
|
| 30 |
+
],
|
| 31 |
+
"rms_norm_eps": 1e-06,
|
| 32 |
+
"tolerance": 1e-06,
|
| 33 |
+
"torch_dtype": "float32",
|
| 34 |
+
"transformers_version": "4.53.3",
|
| 35 |
+
"use_positional_embedding": false
|
| 36 |
+
}
|