riczhou commited on
Commit
8af18fa
1 Parent(s): 49b7cec

Update mlc-chat-config.json

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