Qwen2VL-7B-ViT / config.json
shilinxu's picture
Upload folder using huggingface_hub
0b59015 verified
raw
history blame contribute delete
567 Bytes
{
"architectures": [
"Qwen2ViTPreTrainedModel"
],
"auto_map": {
"AutoConfig": "configuration_qwen2_vit.Qwen2VLVisionConfig",
"AutoModel": "modeling_qwen2_vit.Qwen2ViTPreTrainedModel"
},
"depth": 32,
"embed_dim": 1280,
"hidden_act": "quick_gelu",
"hidden_size": 3584,
"in_channels": 3,
"in_chans": 3,
"mlp_ratio": 4,
"model_type": "qwen2_vit",
"num_heads": 16,
"patch_size": 14,
"spatial_merge_size": 2,
"spatial_patch_size": 14,
"temporal_patch_size": 2,
"torch_dtype": "bfloat16",
"transformers_version": "4.45.2"
}