whenxuan commited on
Commit
14f1f43
·
verified ·
1 Parent(s): af91484

whenxuan: update the model type

Browse files
Files changed (1) hide show
  1. config.json +23 -23
config.json CHANGED
@@ -1,24 +1,24 @@
1
-
2
- {
3
- "architectures": [
4
- "SymTimeModel"
5
- ],
6
- "_name_or_path": "FlowVortex/SymTime",
7
- "auto_map": {
8
- "AutoConfig": "configuration_symtime.SymTimeConfig",
9
- "AutoModel": "model.SymTimeModel"
10
- },
11
- "patch_size": 16,
12
- "num_layers": 6,
13
- "d_model": 512,
14
- "d_ff": 2048,
15
- "num_heads": 8,
16
- "norm": "BatchNorm",
17
- "dropout": 0.1,
18
- "act": "gelu",
19
- "pre_norm": false,
20
- "initializer_factor": 0.05,
21
- "model_type": "time_series_transformer",
22
- "torch_dtype": "float32",
23
- "transformers_version": "5.5.4"
24
  }
 
1
+
2
+ {
3
+ "architectures": [
4
+ "SymTimeModel"
5
+ ],
6
+ "_name_or_path": "FlowVortex/SymTime",
7
+ "auto_map": {
8
+ "AutoConfig": "configuration_symtime.SymTimeConfig",
9
+ "AutoModel": "model.SymTimeModel"
10
+ },
11
+ "patch_size": 16,
12
+ "num_layers": 6,
13
+ "d_model": 512,
14
+ "d_ff": 2048,
15
+ "num_heads": 8,
16
+ "norm": "BatchNorm",
17
+ "dropout": 0.1,
18
+ "act": "gelu",
19
+ "pre_norm": false,
20
+ "initializer_factor": 0.05,
21
+ "model_type": "symtime",
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "5.5.4"
24
  }