DavidSharma's picture
Update mlc-chat-config.json
138bdbf
raw
history blame contribute delete
531 Bytes
{
"model_lib": "Llama-2-13b-chat-hf-q4f16_1",
"local_id": "OpenOrca-Platypus2-13B-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": [
"added_tokens.json",
"tokenizer.json",
"tokenizer.model"
],
"model_category": "llama",
"model_name": "OpenOrca-Platypus2-13B",
"vocab_size": 4096,
"max_window_size": 32002
}