Llama-2-7b-chat-MNN / llm_config.json
zhaode's picture
Upload folder using huggingface_hub
c655e20 verified
raw
history blame contribute delete
258 Bytes
{
"hidden_size": 4096,
"layer_nums": 32,
"attention_mask": "float",
"key_value_shape": [
2,
1,
0,
32,
128
],
"prompt_template": "[INST]%s[/INST]",
"is_visual": false,
"is_single": true
}