CharlieFRuan commited on
Commit
1ad2ecc
1 Parent(s): fc96d44

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. mlc-chat-config.json +5 -4
mlc-chat-config.json CHANGED
@@ -44,9 +44,9 @@
44
  "strip_space_in_decode": false
45
  },
46
  "conv_template": {
47
- "name": "chatml",
48
  "system_template": "<|im_start|>system\n{system_message}<|im_end|>\n",
49
- "system_message": "A conversation between a user and an LLM-based AI assistant. The assistant gives helpful and honest answers.",
50
  "system_prefix_token_ids": null,
51
  "add_role_after_system_message": true,
52
  "roles": {
@@ -65,10 +65,11 @@
65
  "role_content_sep": "\n",
66
  "role_empty_sep": "\n",
67
  "stop_str": [
68
- "<|im_end|>"
69
  ],
70
  "stop_token_ids": [
71
- 2
 
72
  ],
73
  "function_string": "",
74
  "use_function_calling": false
 
44
  "strip_space_in_decode": false
45
  },
46
  "conv_template": {
47
+ "name": "qwen2",
48
  "system_template": "<|im_start|>system\n{system_message}<|im_end|>\n",
49
+ "system_message": "You are a helpful assistant.",
50
  "system_prefix_token_ids": null,
51
  "add_role_after_system_message": true,
52
  "roles": {
 
65
  "role_content_sep": "\n",
66
  "role_empty_sep": "\n",
67
  "stop_str": [
68
+ "<|endoftext|>, <|im_end|>"
69
  ],
70
  "stop_token_ids": [
71
+ 151643,
72
+ 151645
73
  ],
74
  "function_string": "",
75
  "use_function_calling": false