mlc-llm-redpajama / mlc-llm-config.json
hongyij's picture
Update mlc-llm-config.json
43286bd
{
"model_lib": "RedPajama-INCITE-Chat-3B-v1-q4f32_0",
"local_id": "RedPajama-INCITE-Chat-3B-v1-q4f32_0",
"conv_template": "redpajama_chat",
"temperature": 0.7,
"top_p": 0.95,
"mean_gen_len": 128,
"shift_fill_factor": 0.3,
"tokenizer_files": [
"tokenizer.json"
],
"repetition_penalty": 1.01
}