DeepSeek-R1-1.5B-Qwen-MNN / llm_config.json
zhaode's picture
Update prompt_template.
8b19f3c verified
{
"hidden_size": 1536,
"layer_nums": 28,
"attention_mask": "float",
"key_value_shape": [
2,
1,
0,
2,
128
],
"prompt_template": "<|begin_of_sentence|><|User|>%s<|Assistant|>",
"is_visual": false
}