| { | |
| "architectures": [ | |
| "ActEstimator" | |
| ], | |
| "auto_map": { | |
| "AutoConfig": "configuration_act_estimator.ActEstimatorConfig", | |
| "AutoModel": "modeling_act_estimator.ActEstimator" | |
| }, | |
| "d_model": 512, | |
| "dropout": 0.1, | |
| "feature_map_size": 4, | |
| "input_shape": [ | |
| 3, | |
| 44, | |
| 224, | |
| 224 | |
| ], | |
| "max_seq_len": 44, | |
| "model_type": "ACT-Estimator", | |
| "num_classes": 9, | |
| "num_heads": 8, | |
| "timestamp_dim": 1, | |
| "torch_dtype": "float32", | |
| "transformers_version": "4.47.0" | |
| } | |