riczhou commited on
Commit
c32cd1e
1 Parent(s): e312675

Update mlc-chat-config.json

Browse files
Files changed (1) hide show
  1. mlc-chat-config.json +29 -1
mlc-chat-config.json CHANGED
@@ -31,7 +31,35 @@
31
  "temperature": 0.7,
32
  "repetition_penalty": 1.0,
33
  "top_p": 0.95,
34
- "conv_template": "phi-2",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  "pad_token_id": 0,
36
  "bos_token_id": 1,
37
  "eos_token_id": 2,
 
31
  "temperature": 0.7,
32
  "repetition_penalty": 1.0,
33
  "top_p": 0.95,
34
+ "conv_template": {
35
+ "name": "phi-2",
36
+ "system_template": "{system_message}",
37
+ "system_message": "",
38
+ "add_role_after_system_message": true,
39
+ "roles": {
40
+ "user": "Instruct",
41
+ "assistant": "Output"
42
+ },
43
+ "role_templates": {
44
+ "user": "{user_message}",
45
+ "assistant": "{assistant_message}",
46
+ "tool": "{tool_message}"
47
+ },
48
+ "messages": [],
49
+ "seps": [
50
+ "\n"
51
+ ],
52
+ "role_content_sep": ": ",
53
+ "role_empty_sep": ":",
54
+ "stop_str": [
55
+ "<|endoftext|>"
56
+ ],
57
+ "stop_token_ids": [
58
+ 50256
59
+ ],
60
+ "function_string": "",
61
+ "use_function_calling": false
62
+ },
63
  "pad_token_id": 0,
64
  "bos_token_id": 1,
65
  "eos_token_id": 2,