riczhou commited on
Commit
da98df9
1 Parent(s): 521a7a4

Update mlc-chat-config.json

Browse files
Files changed (1) hide show
  1. mlc-chat-config.json +29 -1
mlc-chat-config.json CHANGED
@@ -27,7 +27,35 @@
27
  "temperature": 0.7,
28
  "repetition_penalty": 1.1,
29
  "top_p": 0.8,
30
- "conv_template": "chatml",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  "pad_token_id": 151643,
32
  "bos_token_id": 1,
33
  "eos_token_id": 151643,
 
27
  "temperature": 0.7,
28
  "repetition_penalty": 1.1,
29
  "top_p": 0.8,
30
+ "conv_template": {
31
+ "name": "chatml",
32
+ "system_template": "<|im_start|>system\n{system_message}",
33
+ "system_message": "A conversation between a user and an LLM-based AI assistant. The assistant gives helpful and honest answers.",
34
+ "add_role_after_system_message": true,
35
+ "roles": {
36
+ "user": "<|im_start|>user",
37
+ "assistant": "<|im_start|>assistant"
38
+ },
39
+ "role_templates": {
40
+ "user": "{user_message}",
41
+ "assistant": "{assistant_message}",
42
+ "tool": "{tool_message}"
43
+ },
44
+ "messages": [],
45
+ "seps": [
46
+ "<|im_end|>\n"
47
+ ],
48
+ "role_content_sep": "\n",
49
+ "role_empty_sep": "\n",
50
+ "stop_str": [
51
+ "<|im_end|>"
52
+ ],
53
+ "stop_token_ids": [
54
+ 2
55
+ ],
56
+ "function_string": "",
57
+ "use_function_calling": false
58
+ },
59
  "pad_token_id": 151643,
60
  "bos_token_id": 1,
61
  "eos_token_id": 151643,