Charlie Ruan commited on
Commit
deab828
1 Parent(s): abd4e6e

Update conv template

Browse files
Files changed (1) hide show
  1. mlc-chat-config.json +2 -1
mlc-chat-config.json CHANGED
@@ -32,11 +32,12 @@
32
  "top_p": 0.9,
33
  "conv_template": {
34
  "name": "llama-2",
35
- "system_template": "[INST] <<SYS>>\n{system_message}\n<</SYS>>\n\n ",
36
  "system_message": "You are a helpful, respectful and honest assistant.",
37
  "system_prefix_token_ids": [
38
  1
39
  ],
 
40
  "roles": {
41
  "user": "[INST]",
42
  "assistant": "[/INST]",
 
32
  "top_p": 0.9,
33
  "conv_template": {
34
  "name": "llama-2",
35
+ "system_template": "[INST] <<SYS>>\n{system_message}\n<</SYS>>\n\n",
36
  "system_message": "You are a helpful, respectful and honest assistant.",
37
  "system_prefix_token_ids": [
38
  1
39
  ],
40
+ "add_role_after_system_message": false,
41
  "roles": {
42
  "user": "[INST]",
43
  "assistant": "[/INST]",