File size: 440 Bytes
d34a7a5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | {
"model_type": "chronos",
"model_name": "chronos_t5_tiny_8m_forecasting",
"original_repo": "amazon/chronos-t5-tiny",
"parameters": "8M",
"architecture": "t5-encoder-decoder",
"task": "forecasting",
"probabilistic": true,
"multivariate": false,
"requires_training": false,
"context_length": 512,
"max_prediction_length": 64,
"num_samples": 20,
"quantile_levels": [
0.1,
0.2,
0.5,
0.8,
0.9
]
} |