meso / mlc-chat-config.json
bmorphism's picture
meso!
1732581
raw
history blame contribute delete
510 Bytes
{
"model_lib": "Synthia-7B-v1.3-q4f16_2",
"local_id": "Synthia-7B-v1.3-q4f16_2",
"conv_template": "mistral_default",
"temperature": 0.7,
"repetition_penalty": 1.0,
"top_p": 0.95,
"mean_gen_len": 128,
"max_gen_len": 512,
"max_window_size": 768,
"num_shards": 1,
"shift_fill_factor": 0.3,
"tokenizer_files": [
"tokenizer.json",
"tokenizer.model"
],
"model_category": "mistral",
"model_name": "Synthia-7B-v1.3",
"vocab_size": 32000
}