OpenELM-1_1B-Instruct-MNN / llm_config.json
zhaode's picture
Upload folder using huggingface_hub
0654e87 verified
raw
history blame contribute delete
223 Bytes
{
"hidden_size": 2048,
"layer_nums": 28,
"attention_mask": "float",
"key_value_shape": [
2,
1,
0,
4,
64
],
"prompt_template": "<s>%s",
"is_visual": false
}