File size: 487 Bytes
05a7b1d 48987e9 05a7b1d |
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 26 |
{
"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"
}
|