Update mlc-chat-config.json
Browse files- mlc-chat-config.json +23 -0
mlc-chat-config.json
CHANGED
@@ -10,6 +10,29 @@
|
|
10 |
"num_shards": 1,
|
11 |
"use_presharded_weights": false,
|
12 |
"shift_fill_factor": 0.3,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
"tokenizer_files": [
|
14 |
"tokenizer.json",
|
15 |
"added_tokens.json",
|
|
|
10 |
"num_shards": 1,
|
11 |
"use_presharded_weights": false,
|
12 |
"shift_fill_factor": 0.3,
|
13 |
+
"conv_config": {
|
14 |
+
"seps": [
|
15 |
+
" "
|
16 |
+
],
|
17 |
+
"stop_tokens": [
|
18 |
+
2
|
19 |
+
],
|
20 |
+
"offset": 0,
|
21 |
+
"messages": [
|
22 |
+
|
23 |
+
|
24 |
+
],
|
25 |
+
"stop_str": "</s>",
|
26 |
+
"roles": [
|
27 |
+
"<|user|>",
|
28 |
+
"<|assistant|>"
|
29 |
+
],
|
30 |
+
"role_msg_sep": " ",
|
31 |
+
"role_empty_sep": " ",
|
32 |
+
"system": "<|system|> A chat between a curious user and an artificial intelligence research data management assistant. The assistant gives helpful, detailed, and polite answers to the user's questions. [/INST]",
|
33 |
+
"add_bos": true,
|
34 |
+
"name": "Llama2"
|
35 |
+
},
|
36 |
"tokenizer_files": [
|
37 |
"tokenizer.json",
|
38 |
"added_tokens.json",
|