Mistral-7B-Instruct-v0.2-q4f16_1 / mlc-chat-config.json
WinstonChen's picture
Duplicate from mlc-ai/mlc-chat-Mistral-7B-Instruct-v0.2-q4f16_1
276f5d5 verified
raw
history blame
641 Bytes
{
"model_lib": "Mistral-7B-Instruct-v0.2-q4f16_1",
"local_id": "Mistral-7B-Instruct-v0.2-q4f16_1",
"conv_template": "mistral_default",
"temperature": 0.7,
"repetition_penalty": 1.1,
"top_p": 0.95,
"mean_gen_len": 128,
"max_gen_len": 4096,
"num_shards": 1,
"use_presharded_weights": false,
"shift_fill_factor": 0.3,
"tokenizer_files": [
"tokenizer.model",
"tokenizer.json"
],
"model_category": "mistral",
"model_name": "Mistral-7B-Instruct-v0.2",
"vocab_size": 32000,
"prefill_chunk_size": 128,
"sliding_window_size": 1024,
"attention_sink_size": 4
}