Update mlc-chat-config.json
Browse files- mlc-chat-config.json +33 -1
mlc-chat-config.json
CHANGED
@@ -32,7 +32,39 @@
|
|
32 |
"frequency_penalty": 1.0,
|
33 |
"repetition_penalty": 1.0,
|
34 |
"top_p": 0.95,
|
35 |
-
"conv_template":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
"pad_token_id": 0,
|
37 |
"bos_token_id": 2,
|
38 |
"eos_token_id": 1,
|
|
|
32 |
"frequency_penalty": 1.0,
|
33 |
"repetition_penalty": 1.0,
|
34 |
"top_p": 0.95,
|
35 |
+
"conv_template": {
|
36 |
+
"name": "gemma_instruction",
|
37 |
+
"system_template": "{system_message}",
|
38 |
+
"system_message": "",
|
39 |
+
"system_prefix_token_ids": [
|
40 |
+
2
|
41 |
+
],
|
42 |
+
"add_role_after_system_message": true,
|
43 |
+
"roles": {
|
44 |
+
"user": "<start_of_turn>user",
|
45 |
+
"assistant": "<start_of_turn>model"
|
46 |
+
},
|
47 |
+
"role_templates": {
|
48 |
+
"user": "{user_message}",
|
49 |
+
"assistant": "{assistant_message}",
|
50 |
+
"tool": "{tool_message}"
|
51 |
+
},
|
52 |
+
"messages": [],
|
53 |
+
"seps": [
|
54 |
+
"<end_of_turn>\n"
|
55 |
+
],
|
56 |
+
"role_content_sep": "\n",
|
57 |
+
"role_empty_sep": "\n",
|
58 |
+
"stop_str": [
|
59 |
+
"<end_of_turn>"
|
60 |
+
],
|
61 |
+
"stop_token_ids": [
|
62 |
+
1,
|
63 |
+
107
|
64 |
+
],
|
65 |
+
"function_string": "",
|
66 |
+
"use_function_calling": false
|
67 |
+
},
|
68 |
"pad_token_id": 0,
|
69 |
"bos_token_id": 2,
|
70 |
"eos_token_id": 1,
|