glm-4-9b-chat-MNN / llm_config.json
zhaode's picture
Upload folder using huggingface_hub
403d883 verified
raw
history blame contribute delete
248 Bytes
{
"hidden_size": 4096,
"layer_nums": 40,
"attention_mask": "float",
"key_value_shape": [
2,
1,
0,
2,
128
],
"prompt_template": "<|user|>\n%s\n<|assistant|>\n",
"is_visual": false
}