CharlieFRuan commited on
Commit
b26baaf
1 Parent(s): 0ae60e0

Update mlc-chat-config.json

Browse files
Files changed (1) hide show
  1. mlc-chat-config.json +7 -7
mlc-chat-config.json CHANGED
@@ -39,14 +39,14 @@
39
  "strip_space_in_decode": true
40
  },
41
  "conv_template": {
42
- "name": "chatml",
43
- "system_template": "<|im_start|>system\n{system_message}",
44
- "system_message": "A conversation between a user and an LLM-based AI assistant. The assistant gives helpful and honest answers.",
45
  "system_prefix_token_ids": null,
46
  "add_role_after_system_message": true,
47
  "roles": {
48
- "user": "<|im_start|>user",
49
- "assistant": "<|im_start|>assistant"
50
  },
51
  "role_templates": {
52
  "user": "{user_message}",
@@ -55,12 +55,12 @@
55
  },
56
  "messages": [],
57
  "seps": [
58
- "<|im_end|>\n"
59
  ],
60
  "role_content_sep": "\n",
61
  "role_empty_sep": "\n",
62
  "stop_str": [
63
- "<|im_end|>"
64
  ],
65
  "stop_token_ids": [
66
  2
 
39
  "strip_space_in_decode": true
40
  },
41
  "conv_template": {
42
+ "name": "tinyllama_v1_0",
43
+ "system_template": "<|system|>\n{system_message}</s>",
44
+ "system_message": "You are a helpful chatbot.",
45
  "system_prefix_token_ids": null,
46
  "add_role_after_system_message": true,
47
  "roles": {
48
+ "user": "<|user|>",
49
+ "assistant": "<|assistant|>"
50
  },
51
  "role_templates": {
52
  "user": "{user_message}",
 
55
  },
56
  "messages": [],
57
  "seps": [
58
+ "</s>"
59
  ],
60
  "role_content_sep": "\n",
61
  "role_empty_sep": "\n",
62
  "stop_str": [
63
+ "</s>"
64
  ],
65
  "stop_token_ids": [
66
  2