| { | |
| "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 | |
| ] | |
| } |