MiniMind2-V / config.json
jingyaogong's picture
Upload 10 files
afe6a87 verified
{
"architectures": [
"MiniMindVLM"
],
"auto_map": {
"AutoConfig": "VLMConfig.VLMConfig",
"AutoModelForCausalLM": "model_vlm.MiniMindVLM"
},
"aux_loss_alpha": 0.1,
"dim": 768,
"dropout": 0.0,
"flash_attn": true,
"hidden_dim": 2048,
"image_ids": [
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34
],
"image_special_token": "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
"max_seq_len": 8192,
"model_type": "minimind-v",
"multiple_of": 64,
"n_heads": 8,
"n_kv_heads": 2,
"n_layers": 16,
"n_routed_experts": 4,
"n_shared_experts": true,
"norm_eps": 1e-05,
"norm_topk_prob": true,
"num_experts_per_tok": 2,
"rope_theta": 1000000.0,
"scoring_func": "softmax",
"seq_aux": true,
"torch_dtype": "float32",
"transformers_version": "4.48.3",
"use_moe": false,
"vocab_size": 6400
}