File size: 745 Bytes
6fd2e7d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "architectures": [
    "InternVisionModel"
  ],
  "auto_map": {
    "AutoConfig": "configuration_intern_vit.InternVisionConfig",
    "AutoModel": "modeling_intern_vit.InternVisionModel"
  },
  "attention_dropout": 0.0,
  "drop_path_rate": 0.0,
  "dropout": 0.0,
  "hidden_act": "gelu",
  "hidden_size": 3200,
  "image_size": 448,
  "initializer_factor": 0.1,
  "initializer_range": 1e-10,
  "intermediate_size": 12800,
  "layer_norm_eps": 1e-06,
  "model_type": "intern_vit_6b",
  "num_attention_heads": 25,
  "num_channels": 3,
  "num_hidden_layers": 45,
  "patch_size": 14,
  "qk_normalization": true,
  "qkv_bias": false,
  "torch_dtype": "bfloat16",
  "transformers_version": "4.36.2",
  "use_bfloat16": true,
  "use_flash_attn": true
}