wmgifford commited on
Commit
db280d5
1 Parent(s): 8305341

set right config options

Browse files
ttm-r2-etth-finetuned/tsfm_config.json CHANGED
@@ -8,5 +8,6 @@
8
  "model_type": "tinytimemixer",
9
  "module_path": "tsfm_public",
10
  "service_handler_class_name": "TinyTimeMixerForecastingHandler",
11
- "service_handler_module_path": "tsfminference.tsfm_service_handler"
 
12
  }
 
8
  "model_type": "tinytimemixer",
9
  "module_path": "tsfm_public",
10
  "service_handler_class_name": "TinyTimeMixerForecastingHandler",
11
+ "service_handler_module_path": "tsfminference.tsfm_service_handler",
12
+ "is_finetuned": true
13
  }