FlowVortex/SymTime
113
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 "stride": 16,
13 "num_layers": 6,
14 "d_model": 512,
15 "d_ff": 2048,
16 "num_heads": 8,
17 "norm": "BatchNorm",
18 "dropout": 0.1,
19 "act": "gelu",
20 "pre_norm": false,
21 "initializer_factor": 0.05,
22 "model_type": "symtime",
23 "torch_dtype": "float32",
24 "transformers_version": "5.5.4"
25}