riczhou commited on
Commit
1483316
·
verified ·
1 Parent(s): 7af377a

Update mlc-chat-config.json

Browse files
Files changed (1) hide show
  1. mlc-chat-config.json +33 -1
mlc-chat-config.json CHANGED
@@ -29,7 +29,39 @@
29
  "temperature": 0.7,
30
  "repetition_penalty": 1.0,
31
  "top_p": 0.95,
32
- "conv_template": "wizard_coder_or_math",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  "pad_token_id": 0,
34
  "bos_token_id": 1,
35
  "eos_token_id": 2,
 
29
  "temperature": 0.7,
30
  "repetition_penalty": 1.0,
31
  "top_p": 0.95,
32
+ "conv_template": {
33
+ "name": "wizard_coder_or_math",
34
+ "system_template": "{system_message}",
35
+ "system_message": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
36
+ "system_prefix_token_ids": [
37
+ 1
38
+ ],
39
+ "add_role_after_system_message": true,
40
+ "roles": {
41
+ "user": "Instruction",
42
+ "assistant": "Response"
43
+ },
44
+ "role_templates": {
45
+ "user": "{user_message}",
46
+ "assistant": "{assistant_message}",
47
+ "tool": "{tool_message}"
48
+ },
49
+ "messages": [],
50
+ "seps": [
51
+ "\n\n### ",
52
+ "\n\n### "
53
+ ],
54
+ "role_content_sep": ":\n",
55
+ "role_empty_sep": ":\n",
56
+ "stop_str": [
57
+ "</s>"
58
+ ],
59
+ "stop_token_ids": [
60
+ 2
61
+ ],
62
+ "function_string": "",
63
+ "use_function_calling": false
64
+ },
65
  "pad_token_id": 0,
66
  "bos_token_id": 1,
67
  "eos_token_id": 2,