deepseek-vl-1.3b-base / config.json
geetu040's picture
Upload DeepseekVLForConditionalGeneration
de02998 verified
{
"architectures": [
"DeepseekVLForConditionalGeneration"
],
"image_token_id": 100015,
"model_type": "deepseek_vl",
"text_config": {
"attention_bias": false,
"attention_dropout": 0.0,
"head_dim": 128,
"hidden_act": "silu",
"hidden_size": 2048,
"initializer_range": 0.02,
"intermediate_size": 5632,
"max_position_embeddings": 16384,
"mlp_bias": false,
"model_type": "llama",
"num_attention_heads": 16,
"num_hidden_layers": 24,
"num_key_value_heads": 16,
"pretraining_tp": 1,
"rms_norm_eps": 1e-06,
"rope_scaling": null,
"rope_theta": 10000.0,
"use_cache": true,
"vocab_size": 102400
},
"torch_dtype": "float16",
"transformers_version": "4.53.0.dev0",
"vision_config": {
"attention_dropout": 0.0,
"hidden_act": "gelu",
"hidden_size": 1024,
"image_size": 384,
"intermediate_size": 4096,
"layer_norm_eps": 1e-06,
"model_type": "siglip_vision_model",
"num_attention_heads": 16,
"num_channels": 3,
"num_hidden_layers": 24,
"patch_size": 16,
"vision_use_head": false
}
}