redpajama-3b-chat-q4f16_1 / params /mlc-chat-config.json
lrsoft's picture
Add library and model files
3347c18
raw
history blame contribute delete
558 Bytes
{
"model_lib": "redpajama-3b-chat-q4f16_1",
"local_id": "redpajama-3b-chat-q4f16_1",
"conv_template": "redpajama_chat",
"temperature": 0.7,
"repetition_penalty": 1.0,
"top_p": 0.95,
"mean_gen_len": 128,
"max_gen_len": 2048,
"num_shards": 1,
"use_presharded_weights": false,
"shift_fill_factor": 0.3,
"tokenizer_files": [
"tokenizer.json"
],
"model_category": "gpt_neox",
"model_name": "redpajama-3b-chat",
"vocab_size": 50288,
"prefill_chunk_size": -1,
"max_window_size": 2048
}