Qwen1.5-0.5B-Chat-MNN / llm_config.json
zhaode's picture
Upload folder using huggingface_hub
c3e54c8 verified
raw
history blame contribute delete
276 Bytes
{
"hidden_size": 1024,
"layer_nums": 24,
"attention_mask": "float",
"key_value_shape": [
2,
1,
0,
16,
64
],
"prompt_template": "\n<|im_start|>user\n%s<|im_end|>\n<|im_start|>assistant\n",
"is_visual": false
}