Upload folder using huggingface_hub
Browse files- mlc-chat-config.json +13 -13
mlc-chat-config.json
CHANGED
@@ -41,16 +41,16 @@
|
|
41 |
"strip_space_in_decode": true
|
42 |
},
|
43 |
"conv_template": {
|
44 |
-
"name": "
|
45 |
-
"system_template": "<|
|
46 |
-
"system_message": "You are a helpful,
|
47 |
"system_prefix_token_ids": [
|
48 |
-
|
49 |
],
|
50 |
"add_role_after_system_message": true,
|
51 |
"roles": {
|
52 |
-
"user": "<|
|
53 |
-
"assistant": "<|
|
54 |
},
|
55 |
"role_templates": {
|
56 |
"user": "{user_message}",
|
@@ -59,17 +59,17 @@
|
|
59 |
},
|
60 |
"messages": [],
|
61 |
"seps": [
|
62 |
-
"<|
|
63 |
],
|
64 |
-
"role_content_sep": "
|
65 |
-
"role_empty_sep": "
|
66 |
"stop_str": [
|
67 |
-
"<|
|
68 |
-
"<|eot_id|>"
|
69 |
],
|
70 |
"stop_token_ids": [
|
71 |
-
|
72 |
-
|
|
|
73 |
],
|
74 |
"function_string": "",
|
75 |
"use_function_calling": false
|
|
|
41 |
"strip_space_in_decode": true
|
42 |
},
|
43 |
"conv_template": {
|
44 |
+
"name": "phi-3",
|
45 |
+
"system_template": "<|system|>\n{system_message}",
|
46 |
+
"system_message": "You are a helpful digital assistant. Please provide safe, ethical and accurate information to the user.",
|
47 |
"system_prefix_token_ids": [
|
48 |
+
1
|
49 |
],
|
50 |
"add_role_after_system_message": true,
|
51 |
"roles": {
|
52 |
+
"user": "<|user|>",
|
53 |
+
"assistant": "<|assistant|>"
|
54 |
},
|
55 |
"role_templates": {
|
56 |
"user": "{user_message}",
|
|
|
59 |
},
|
60 |
"messages": [],
|
61 |
"seps": [
|
62 |
+
"<|end|>\n"
|
63 |
],
|
64 |
+
"role_content_sep": "\n",
|
65 |
+
"role_empty_sep": "\n",
|
66 |
"stop_str": [
|
67 |
+
"<|endoftext|>"
|
|
|
68 |
],
|
69 |
"stop_token_ids": [
|
70 |
+
32000,
|
71 |
+
32001,
|
72 |
+
32007
|
73 |
],
|
74 |
"function_string": "",
|
75 |
"use_function_calling": false
|