ChenMnZ's picture
Updated config file to remove special characters (#1)
1845a09
raw
history blame contribute delete
No virus
523 Bytes
{
"model_lib": "Llama-2-7b-chat-omniquant-w3a16g128asym",
"local_id": "Llama-2-7b-chat-omniquant-w3a16g128asym",
"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",
"tokenizer.json"
],
"model_category": "llama",
"model_name": "Llama-2-7b-chat-omniquant",
"max_window_size": 4096,
"vocab_size": 32000
}