File size: 443 Bytes
c9b08b1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | {
"model_type": "tirex",
"ts_model_class": "TiRexModel",
"hidden_size": 512,
"num_layers": 12,
"input_format": "patches",
"output_format": "quantiles",
"context_length": 2048,
"prediction_length": 64,
"embedding_dim": 512,
"input_patch_size": 32,
"output_patch_size": 32,
"num_heads": 4,
"ffn_proj_factor": 2.6667,
"quantiles": [
0.1,
0.2,
0.3,
0.4,
0.5,
0.6,
0.7,
0.8,
0.9
]
} |