riczhou commited on
Commit
4c74fa5
1 Parent(s): ec311ce

Update mlc-chat-config.json

Browse files
Files changed (1) hide show
  1. mlc-chat-config.json +6 -6
mlc-chat-config.json CHANGED
@@ -19,13 +19,13 @@
19
  "mean_gen_len": 128,
20
  "max_gen_len": 512,
21
  "shift_fill_factor": 0.3,
22
- "temperature": 1.0,
23
  "repetition_penalty": 1.0,
24
- "top_p": 1.0,
25
- "conv_template": "gpt2",
26
- "pad_token_id": null,
27
- "bos_token_id": 55025,
28
- "eos_token_id": 55025,
29
  "tokenizer_files": [
30
  "tokenizer.json"
31
  ],
 
19
  "mean_gen_len": 128,
20
  "max_gen_len": 512,
21
  "shift_fill_factor": 0.3,
22
+ "temperature": 0.7,
23
  "repetition_penalty": 1.0,
24
+ "top_p": 0.95,
25
+ "conv_template": "llama-2",
26
+ "pad_token_id": 0,
27
+ "bos_token_id": 1,
28
+ "eos_token_id": 2,
29
  "tokenizer_files": [
30
  "tokenizer.json"
31
  ],