SmolLM2-135M-Instruct-MNN / llm_config.json
zhaode's picture
Upload folder using huggingface_hub
b4fabed verified
raw
history blame
372 Bytes
{
"hidden_size": 576,
"layer_nums": 30,
"attention_mask": "float",
"key_value_shape": [
2,
1,
0,
3,
64
],
"prompt_template": "<|im_start|>system\nYou are a helpful AI assistant named SmolLM, trained by Hugging Face<|im_end|>\n<|im_start|>user\n%s<|im_end|>\n<|im_start|>assistant\n",
"is_visual": false
}