File size: 633 Bytes
78b87b5 | 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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | {
"schema_version": 2,
"model_family": "chronos2",
"input_names": [
"context",
"group_ids",
"attention_mask",
"future_covariates",
"future_covariates_mask"
],
"output_name": "quantile_preds",
"native_quantiles": [
0.01,
0.05,
0.1,
0.15,
0.2,
0.25,
0.3,
0.35,
0.4,
0.45,
0.5,
0.55,
0.6,
0.65,
0.7,
0.75,
0.8,
0.85,
0.9,
0.95,
0.99
],
"context_length": 5760,
"output_patch_size": 16,
"horizon_patches": 42,
"resolution_minutes": 15,
"precision": "int8",
"static_shapes": false,
"max_covariates": null
}
|