chatglm3-6b-MNN / llm_config.json
zhaode's picture
Upload folder using huggingface_hub
8901193 verified
raw
history blame
270 Bytes
{
"hidden_size": 4096,
"layer_nums": 28,
"attention_mask": "glm2",
"key_value_shape": [
2,
0,
1,
2,
128
],
"prompt_template": "<|user|>\n%s\n<|assistant|>\n",
"is_visual": false,
"is_single": true
}