File size: 709 Bytes
1b75e7c 5709afa 1b75e7c | 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 | {
"architectures": [
"InternVisionModel"
],
"model_type": "intern_vit_6b",
"hidden_size": 1024,
"num_hidden_layers": 24,
"num_attention_heads": 16,
"intermediate_size": 4096,
"patch_size": 14,
"image_size": 448,
"num_channels": 3,
"qkv_bias": true,
"qk_normalization": false,
"use_flash_attn": true,
"hidden_act": "gelu",
"norm_type": "layer_norm",
"layer_norm_eps": 1e-06,
"dropout": 0.0,
"drop_path_rate": 0.1,
"attention_dropout": 0.0,
"initializer_range": 0.02,
"initializer_factor": 0.1,
"auto_map": {
"AutoConfig": "configuration_intern_vit.InternVisionConfig",
"AutoModel": "modeling_intern_vit.InternVisionModel"
}
} |