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