chatglm2-6b-MNN / llm_config.json
zhaode's picture
Upload folder using huggingface_hub
7af2507 verified
raw
history blame
250 Bytes
{
"hidden_size": 4096,
"layer_nums": 28,
"attention_mask": "float",
"key_value_shape": [
2,
1,
0,
2,
128
],
"prompt_template": "[Round 1]\n\n问:%s\n\n答:",
"is_visual": false
}