change minimum context
Browse files
chronos-bolt-tiny/tsfm_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"service_handler_module_path": "tsfminference.chronos_service_handler",
|
3 |
"service_handler_class_name": "ChronosForecastingHandler",
|
4 |
-
"minimum_context_length":
|
5 |
"module_path": "chronos",
|
6 |
"model_type": "chronos-bolt-tiny",
|
7 |
"model_config_name": "T5Config",
|
|
|
1 |
{
|
2 |
"service_handler_module_path": "tsfminference.chronos_service_handler",
|
3 |
"service_handler_class_name": "ChronosForecastingHandler",
|
4 |
+
"minimum_context_length": 16,
|
5 |
"module_path": "chronos",
|
6 |
"model_type": "chronos-bolt-tiny",
|
7 |
"model_config_name": "T5Config",
|
chronos-t5-tiny/tsfm_config.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
"service_handler_module_path": "tsfminference.chronos_service_handler",
|
3 |
"service_handler_class_name": "ChronosForecastingHandler",
|
4 |
-
"minimum_context_length":
|
5 |
"module_path": "chronos",
|
6 |
"model_type": "chronos-t5-tiny",
|
7 |
"model_config_name": "T5Config",
|
8 |
"model_class_name": "ChronosPipeline"
|
9 |
-
}
|
|
|
1 |
{
|
2 |
"service_handler_module_path": "tsfminference.chronos_service_handler",
|
3 |
"service_handler_class_name": "ChronosForecastingHandler",
|
4 |
+
"minimum_context_length": 16,
|
5 |
"module_path": "chronos",
|
6 |
"model_type": "chronos-t5-tiny",
|
7 |
"model_config_name": "T5Config",
|
8 |
"model_class_name": "ChronosPipeline"
|
9 |
+
}
|