medllama2_7b / mlc-chat-config.json
vishalkm's picture
Update mlc-chat-config.json
3160fc7
raw
history blame contribute delete
No virus
317 Bytes
{
"model_lib": "medllama2_7b",
"local_id": "medllama2_7b",
"conv_template": "medllama2_v1.1",
"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"
]
}