MobileLLM-125M-MNN / llm_config.json
zhaode's picture
Upload folder using huggingface_hub
b0afec2 verified
raw
history blame contribute delete
219 Bytes
{
"hidden_size": 576,
"layer_nums": 30,
"attention_mask": "float",
"key_value_shape": [
2,
1,
0,
3,
64
],
"prompt_template": "%s",
"is_visual": false
}