|
{ |
|
"_name_or_path": "OpenGVLab/internimage_g_22kto1k_512", |
|
"act_layer": "GELU", |
|
"architectures": [ |
|
"InternImageModel" |
|
], |
|
"auto_map": { |
|
"AutoConfig": "configuration_internimage.InternImageConfig", |
|
"AutoModel": "modeling_internimage.InternImageModel", |
|
"AutoModelForImageClassification": "modeling_internimage.InternImageModelForImageClassification" |
|
}, |
|
"center_feature_scale": true, |
|
"channels": 512, |
|
"cls_scale": 1.5, |
|
"core_op": "DCNv3", |
|
"depths": [ |
|
2, |
|
2, |
|
48, |
|
4 |
|
], |
|
"drop_path_rate": 0.0, |
|
"drop_path_type": "linear", |
|
"drop_rate": 0.0, |
|
"dw_kernel_size": 5, |
|
"groups": [ |
|
16, |
|
32, |
|
64, |
|
128 |
|
], |
|
"layer_scale": null, |
|
"level2_post_norm": true, |
|
"level2_post_norm_block_ids": [ |
|
5, |
|
11, |
|
17, |
|
23, |
|
29, |
|
35, |
|
41, |
|
47 |
|
], |
|
"mlp_ratio": 4.0, |
|
"model_type": "internimage", |
|
"norm_layer": "LN", |
|
"num_classes": 1000, |
|
"offset_scale": 1.0, |
|
"post_norm": true, |
|
"remove_center": false, |
|
"res_post_norm": false, |
|
"torch_dtype": "float32", |
|
"transformers_version": "4.37.2", |
|
"use_clip_projector": true, |
|
"with_cp": false |
|
} |
|
|