wmgifford commited on
Commit
d39f580
1 Parent(s): 8fbf7e6

add services config

Browse files
ttm-1024-96-r1/tsfm_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "service_handler_module_path": "tsfminference.tsfm_service_handler",
3
+ "service_handler_class_name": "TinyTimeMixerHandler",
4
+ "maximum_prediction_length": 96,
5
+ "minimum_context_length": 1024,
6
+ "maximum_context_length": 1024,
7
+ "module_path": "tsfm_public",
8
+ "model_type": "tinytimemixer",
9
+ "model_config_name": "TinyTimeMixerConfig",
10
+ "model_class_name": "TinyTimeMixerForPrediction"
11
+ }
ttm-1024-96-r2/tsfm_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "service_handler_module_path": "tsfminference.tsfm_service_handler",
3
+ "service_handler_class_name": "TinyTimeMixerHandler",
4
+ "maximum_prediction_length": 96,
5
+ "minimum_context_length": 1024,
6
+ "maximum_context_length": 1024,
7
+ "module_path": "tsfm_public",
8
+ "model_type": "tinytimemixer",
9
+ "model_config_name": "TinyTimeMixerConfig",
10
+ "model_class_name": "TinyTimeMixerForPrediction"
11
+ }
ttm-1536-96-r2/tsfm_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "service_handler_module_path": "tsfminference.tsfm_service_handler",
3
+ "service_handler_class_name": "TinyTimeMixerHandler",
4
+ "maximum_prediction_length": 96,
5
+ "minimum_context_length": 1536,
6
+ "maximum_context_length": 1536,
7
+ "module_path": "tsfm_public",
8
+ "model_type": "tinytimemixer",
9
+ "model_config_name": "TinyTimeMixerConfig",
10
+ "model_class_name": "TinyTimeMixerForPrediction"
11
+ }
ttm-r1/tsfm_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "service_handler_module_path": "tsfminference.tsfm_service_handler",
3
+ "service_handler_class_name": "TinyTimeMixerHandler",
4
+ "maximum_prediction_length": 96,
5
+ "minimum_context_length": 512,
6
+ "maximum_context_length": 512,
7
+ "module_path": "tsfm_public",
8
+ "model_type": "tinytimemixer",
9
+ "model_config_name": "TinyTimeMixerConfig",
10
+ "model_class_name": "TinyTimeMixerForPrediction"
11
+ }
ttm-r2/tsfm_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "service_handler_module_path": "tsfminference.tsfm_service_handler",
3
+ "service_handler_class_name": "TinyTimeMixerHandler",
4
+ "maximum_prediction_length": 96,
5
+ "minimum_context_length": 512,
6
+ "maximum_context_length": 512,
7
+ "module_path": "tsfm_public",
8
+ "model_type": "tinytimemixer",
9
+ "model_config_name": "TinyTimeMixerConfig",
10
+ "model_class_name": "TinyTimeMixerForPrediction"
11
+ }