Yi-6B-Chat-MNN / llm_config.json
zhaode's picture
Upload folder using huggingface_hub
80f6a7c verified
raw
history blame contribute delete
276 Bytes
{
"hidden_size": 4096,
"layer_nums": 32,
"attention_mask": "float",
"key_value_shape": [
2,
1,
0,
4,
128
],
"prompt_template": "<|im_start|> user\n%s<|im_end|>\n<|im_start|> assistant\n",
"is_visual": false
}