File size: 692 Bytes
8cada10 |
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 27 28 29 30 31 32 33 34 35 36 37 38 39 |
{
"act_layer": "GELU",
"architectures": [
"InternImageModel"
],
"auto_map": {
"AutoConfig": "intern_image_config.InternImageConfig",
"AutoModel": "intern_image.InternImageModel"
},
"channels": 80,
"cls_scale": 1.5,
"core_op": "DCNv3_pytorch",
"depths": [
4,
4,
21,
4
],
"drop_path_rate": 0.1,
"drop_path_type": "linear",
"drop_rate": 0.0,
"groups": [
5,
10,
20,
40
],
"layer_scale": 1e-05,
"mlp_ratio": 4.0,
"model_type": "intern_image",
"norm_layer": "LN",
"num_classes": 1000,
"offset_scale": 1.0,
"post_norm": true,
"torch_dtype": "float32",
"transformers_version": "4.26.1",
"with_cp": false
}
|