File size: 539 Bytes
62d1028 233512e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
{
"architectures": [
"SymTimeModel"
],
"_name_or_path": "FlowVortex/SymTime",
"auto_map": {
"AutoConfig": "configuration_symtime.SymTimeConfig",
"AutoModel": "model.SymTimeModel"
},
"patch_size": 16,
"stride": 16,
"num_layers": 6,
"d_model": 512,
"d_ff": 2048,
"num_heads": 8,
"norm": "BatchNorm",
"dropout": 0.1,
"act": "gelu",
"pre_norm": false,
"initializer_factor": 0.05,
"model_type": "symtime",
"torch_dtype": "float32",
"transformers_version": "5.5.4"
} |