Datasets:
| { | |
| "dataset_config": "Smart_Manufacturing/H/medium", | |
| "num_series": 34, | |
| "num_windows": 2, | |
| "num_variates": 5, | |
| "prediction_length": 168, | |
| "num_quantiles": 9, | |
| "quantile_levels": [ | |
| 0.1, | |
| 0.2, | |
| 0.3, | |
| 0.4, | |
| 0.5, | |
| 0.6, | |
| 0.7, | |
| 0.8, | |
| 0.9 | |
| ], | |
| "freq": "H", | |
| "seasonality": 24, | |
| "context_length": 2048, | |
| "metric_names": [ | |
| "MSE", | |
| "MAE", | |
| "RMSE", | |
| "MAPE", | |
| "sMAPE", | |
| "MASE", | |
| "ND", | |
| "CRPS" | |
| ], | |
| "model": "TimesFM-2.0-500M", | |
| "horizon_len": 168, | |
| "input_patch_len": 32, | |
| "output_patch_len": 128, | |
| "num_layers": 50, | |
| "model_dims": 1280, | |
| "use_positional_embedding": false, | |
| "backend": "gpu", | |
| "output_type": "quantiles", | |
| "normalize_inputs": true | |
| } |