OpenELM-3B-Instruct-MNN / llm_config.json
zhaode's picture
Upload folder using huggingface_hub
4fc491b verified
raw
history blame
224 Bytes
{
"hidden_size": 3072,
"layer_nums": 36,
"attention_mask": "float",
"key_value_shape": [
2,
1,
0,
3,
128
],
"prompt_template": "<s>%s",
"is_visual": false
}