reader-lm-0.5b-MNN / llm_config.json
zhaode's picture
Upload folder using huggingface_hub
9ae3487 verified
raw
history blame contribute delete
272 Bytes
{
"hidden_size": 896,
"layer_nums": 24,
"attention_mask": "float",
"key_value_shape": [
2,
1,
0,
2,
64
],
"prompt_template": "<|im_start|>user\n%s<|im_end|>\n<|im_start|>assistant\n",
"is_visual": false
}