test-tsfm / ttm-r1 /tsfm_config.json
wmgifford's picture
use TinyTimeMixerForecastingHandler
e9c807b
raw
history blame
422 Bytes
{
"service_handler_module_path": "tsfminference.tsfm_service_handler",
"service_handler_class_name": "TinyTimeMixerForecastingHandler",
"maximum_prediction_length": 96,
"minimum_context_length": 512,
"maximum_context_length": 512,
"module_path": "tsfm_public",
"model_type": "tinytimemixer",
"model_config_name": "TinyTimeMixerConfig",
"model_class_name": "TinyTimeMixerForPrediction"
}