internimage_xl_1k_384 / config.json
Weiyun1025's picture
Upload model
e279bc7
{
"act_layer": "GELU",
"architectures": [
"InternImageModel"
],
"auto_map": {
"AutoConfig": "intern_image_config.InternImageConfig",
"AutoModel": "intern_image.InternImageModel"
},
"channels": 192,
"cls_scale": 1.5,
"core_op": "DCNv3_pytorch",
"depths": [
5,
5,
24,
5
],
"drop_path_rate": 0.1,
"drop_path_type": "linear",
"drop_rate": 0.0,
"groups": [
12,
24,
48,
96
],
"layer_scale": 1e-05,
"mlp_ratio": 4.0,
"model_type": "intern_image",
"norm_layer": "LN",
"num_classes": 1000,
"offset_scale": 2.0,
"post_norm": true,
"torch_dtype": "float32",
"transformers_version": "4.26.1",
"with_cp": true
}