Felladrin commited on
Commit
7b190d0
·
verified ·
1 Parent(s): eaf1f51

Update mlc-chat-config.json

Browse files
Files changed (1) hide show
  1. mlc-chat-config.json +6 -6
mlc-chat-config.json CHANGED
@@ -44,13 +44,13 @@
44
  },
45
  "conv_template": {
46
  "name": "chatml",
47
- "system_template": "<|im_start|>system\n{system_message}<|im_end|>\n",
48
- "system_message": "A conversation between a user and an LLM-based AI assistant. The assistant gives helpful and honest answers.",
49
  "system_prefix_token_ids": null,
50
  "add_role_after_system_message": true,
51
  "roles": {
52
- "user": "<|im_start|>user",
53
- "assistant": "<|im_start|>assistant"
54
  },
55
  "role_templates": {
56
  "user": "{user_message}",
@@ -59,12 +59,12 @@
59
  },
60
  "messages": [],
61
  "seps": [
62
- "<|im_end|>\n"
63
  ],
64
  "role_content_sep": "\n",
65
  "role_empty_sep": "\n",
66
  "stop_str": [
67
- "<|im_end|>"
68
  ],
69
  "stop_token_ids": [
70
  2
 
44
  },
45
  "conv_template": {
46
  "name": "chatml",
47
+ "system_template": "{system_message}",
48
+ "system_message": "",
49
  "system_prefix_token_ids": null,
50
  "add_role_after_system_message": true,
51
  "roles": {
52
+ "user": "<|prompt|>",
53
+ "assistant": "<|answer|>"
54
  },
55
  "role_templates": {
56
  "user": "{user_message}",
 
59
  },
60
  "messages": [],
61
  "seps": [
62
+ "</s>\n"
63
  ],
64
  "role_content_sep": "\n",
65
  "role_empty_sep": "\n",
66
  "stop_str": [
67
+ "</s>"
68
  ],
69
  "stop_token_ids": [
70
  2