mlc-llm-vicuna-7b-v1 / model_config.json
Hongyi Jin
init commit
e756d08
raw
history blame contribute delete
319 Bytes
{
"model_lib": "vicuna-v1-7b-q4f32_0",
"model_url": ".",
"maxGenLength": 1024,
"meanGenLength": 256,
"max_seq_len": 2048,
"temperature": 0.7,
"top_p": 0.95,
"local_id": "vicuna-v1-7b-q4f32_0",
"tokenizer_files": [
"tokenizer.model"
],
"conv_template": "vicuna-v1.1"
}