Llama-2-Chinese-7b-chat-4bits / mlc-chat-config.json
cloud2ai's picture
Upload 2 files
1db0cac
raw
history blame
No virus
471 Bytes
{
"model_lib": "Llama-2-7b-chat-hf-q4f16_1",
"local_id": "Llama2-Chinese-7b-Chat-q4f16_1",
"conv_template": "llama-2",
"temperature": 0.7,
"repetition_penalty": 1.0,
"top_p": 0.95,
"mean_gen_len": 128,
"max_gen_len": 512,
"shift_fill_factor": 0.3,
"tokenizer_files": [
"tokenizer.model"
],
"model_category": "llama",
"model_name": "Llama2-Chinese-7b-Chat",
"max_window_size": 4096,
"vocab_size": 32000
}