Atotti commited on
Commit
722c64e
·
verified ·
1 Parent(s): 9dfabb7

Update mlc-chat-config.json

Browse files
Files changed (1) hide show
  1. mlc-chat-config.json +5 -2
mlc-chat-config.json CHANGED
@@ -47,7 +47,7 @@
47
  "conv_template": {
48
  "name": "qwen2",
49
  "system_template": "<|im_start|>system\n{system_message}<|im_end|>\n",
50
- "system_message": "You are a helpful assistant.",
51
  "system_prefix_token_ids": null,
52
  "add_role_after_system_message": true,
53
  "roles": {
@@ -78,5 +78,8 @@
78
  },
79
  "pad_token_id": 151643,
80
  "bos_token_id": 151643,
81
- "eos_token_id": 151645
 
 
 
82
  }
 
47
  "conv_template": {
48
  "name": "qwen2",
49
  "system_template": "<|im_start|>system\n{system_message}<|im_end|>\n",
50
+ "system_message": "あなたは誠実で優秀な日本人のアシスタントです。",
51
  "system_prefix_token_ids": null,
52
  "add_role_after_system_message": true,
53
  "roles": {
 
78
  },
79
  "pad_token_id": 151643,
80
  "bos_token_id": 151643,
81
+ "eos_token_id": [
82
+ 151645,
83
+ 151643
84
+ ]
85
  }