File size: 693 Bytes
e279bc7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 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
}