Qwen-VL-Chat-MNN / llm_config.json
zhaode's picture
Upload folder using huggingface_hub
19a2057 verified
raw
history blame contribute delete
589 Bytes
{
"hidden_size": 4096,
"layer_nums": 32,
"attention_mask": "float",
"key_value_shape": [
2,
1,
0,
32,
128
],
"prompt_template": "\n<|im_start|>user\n%s<|im_end|>\n<|im_start|>assistant\n",
"is_visual": true,
"image_mean": [
122.7709383,
116.7460125,
104.09373615000001
],
"image_norm": [
0.01459842661924292,
0.015007768493717056,
0.014220065717024088
],
"image_size": 448,
"vision_start": 151857,
"vision_end": 151858,
"image_pad": 151859
}