illian01 commited on
Commit
d349b69
1 Parent(s): 790e1b5

Update chat config

Browse files
Files changed (1) hide show
  1. mlc-chat-config.json +5 -2
mlc-chat-config.json CHANGED
@@ -23,11 +23,14 @@
23
  "prefill_chunk_size": 2048,
24
  "attention_sink_size": -1,
25
  "tensor_parallel_shards": 1,
26
- "temperature": 1.0,
 
 
 
27
  "presence_penalty": 0.0,
28
  "frequency_penalty": 0.0,
29
  "repetition_penalty": 1.0,
30
- "top_p": 1.0,
31
  "tokenizer_files": [
32
  "tokenizer.model",
33
  "tokenizer_config.json",
 
23
  "prefill_chunk_size": 2048,
24
  "attention_sink_size": -1,
25
  "tensor_parallel_shards": 1,
26
+ "mean_gen_len": 128,
27
+ "max_gen_len": 512,
28
+ "shift_fill_factor": 0.3,
29
+ "temperature": 0.6,
30
  "presence_penalty": 0.0,
31
  "frequency_penalty": 0.0,
32
  "repetition_penalty": 1.0,
33
+ "top_p": 0.9,
34
  "tokenizer_files": [
35
  "tokenizer.model",
36
  "tokenizer_config.json",