whenxuan commited on
Commit
16d5da2
·
1 Parent(s): 1c5225f

whenxuan: add the model type for time series transformer

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -39,5 +39,6 @@
39
  "use_arcsinh": true,
40
  "use_reg_token": false
41
  },
42
- "torch_dtype": "float32"
 
43
  }
 
39
  "use_arcsinh": true,
40
  "use_reg_token": false
41
  },
42
+ "torch_dtype": "float32",
43
+ "model_type": "time_series_transformer"
44
  }