codegeex2-6b-MNN / llm_config.json
zhaode's picture
Upload folder using huggingface_hub
2756b8a verified
raw
history blame contribute delete
221 Bytes
{
"hidden_size": 4096,
"layer_nums": 28,
"attention_mask": "float",
"key_value_shape": [
2,
1,
0,
2,
128
],
"prompt_template": "%s",
"is_visual": false
}