CoolFace
Modelpublic

dipta007/VCInspector-7B

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
1likes81downloads
config.json67 linesDownload Raw Back to root
1{2  "architectures": [3    "Qwen2_5_VLForConditionalGeneration"4  ],5  "attention_dropout": 0.0,6  "bos_token_id": 151643,7  "eos_token_id": 151645,8  "hidden_act": "silu",9  "hidden_size": 3584,10  "image_token_id": 151655,11  "initializer_range": 0.02,12  "intermediate_size": 18944,13  "max_position_embeddings": 128000,14  "max_window_layers": 28,15  "model_type": "qwen2_5_vl",16  "num_attention_heads": 28,17  "num_hidden_layers": 28,18  "num_key_value_heads": 4,19  "pad_token_id": 151643,20  "rms_norm_eps": 1e-06,21  "rope_scaling": {22    "mrope_section": [23      16,24      24,25      2426    ],27    "rope_type": "default",28    "type": "default"29  },30  "rope_theta": 1000000.0,31  "sliding_window": 32768,32  "tie_word_embeddings": false,33  "torch_dtype": "bfloat16",34  "transformers_version": "4.51.3",35  "use_cache": true,36  "use_sliding_window": false,37  "video_token_id": 151656,38  "vision_config": {39    "depth": 32,40    "fullatt_block_indexes": [41      7,42      15,43      23,44      3145    ],46    "hidden_act": "silu",47    "hidden_size": 1280,48    "in_channels": 3,49    "in_chans": 3,50    "intermediate_size": 3420,51    "model_type": "qwen2_5_vl",52    "num_heads": 16,53    "out_hidden_size": 3584,54    "patch_size": 14,55    "spatial_merge_size": 2,56    "spatial_patch_size": 14,57    "temporal_patch_size": 2,58    "tokens_per_second": 2,59    "torch_dtype": "bfloat16",60    "window_size": 11261  },62  "vision_end_token_id": 151653,63  "vision_start_token_id": 151652,64  "vision_token_id": 151654,65  "vocab_size": 15206466}67