whenxuan: add the model type for time series transformer
Browse files- 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 |
}
|