File size: 801 Bytes
0749166 43c60b1 0749166 |
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 |
{
"_name_or_path": "OpenGVLab/InternViT-6B-448px-V1-5",
"architectures": [
"InternVisionModel"
],
"attention_dropout": 0.0,
"auto_map": {
"AutoConfig": "configuration_intern_vit.InternVisionConfig",
"AutoModel": "modeling_intern_vit.InternVisionModel"
},
"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
}
|