Commit
·
ed056a6
1
Parent(s):
939ad6f
update mlc-chat-config.json
Browse files- mlc-chat-config.json +3 -3
mlc-chat-config.json
CHANGED
@@ -32,11 +32,11 @@
|
|
32 |
"top_p": 0.95,
|
33 |
"conv_template": {
|
34 |
"name": "croissantllm",
|
35 |
-
"system_template": "",
|
36 |
-
"system_message": "",
|
37 |
"add_role_after_system_message": true,
|
38 |
"roles": {
|
39 |
-
"user": "
|
40 |
"assistant": "<|im_start|>assistant"
|
41 |
},
|
42 |
"role_templates": {
|
|
|
32 |
"top_p": 0.95,
|
33 |
"conv_template": {
|
34 |
"name": "croissantllm",
|
35 |
+
"system_template": "<s>",
|
36 |
+
"system_message": "<s>",
|
37 |
"add_role_after_system_message": true,
|
38 |
"roles": {
|
39 |
+
"user": "<|im_start|>user",
|
40 |
"assistant": "<|im_start|>assistant"
|
41 |
},
|
42 |
"role_templates": {
|