File size: 567 Bytes
0b59015 |
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 |
{
"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"
}
|