Moon-Ahn commited on
Commit
f30d915
โ€ข
1 Parent(s): 82c21a4

Upload mlc-chat-config.json

Browse files
Files changed (1) hide show
  1. mlc-chat-config.json +1 -33
mlc-chat-config.json CHANGED
@@ -30,39 +30,7 @@
30
  "frequency_penalty": 0.0,
31
  "repetition_penalty": 1.0,
32
  "top_p": 0.95,
33
- "conv_template": {
34
- "name": "llama-2",
35
- "system_template": "[INST] <<SYS>>\n{system_message}\n<</SYS>>\n\n",
36
- "system_message": "๋‹น์‹ ์€ ํ•œ๊ธ€ ์–ด์‹œ์Šคํ„ดํŠธ ๋ชจ๋ธ์ž…๋‹ˆ๋‹ค.",
37
- "system_prefix_token_ids": [
38
- 1
39
- ],
40
- "add_role_after_system_message": false,
41
- "roles": {
42
- "user": "[INST]",
43
- "assistant": "[/INST]",
44
- "tool": "[INST]"
45
- },
46
- "role_templates": {
47
- "user": "{user_message}",
48
- "assistant": "{assistant_message}",
49
- "tool": "{tool_message}"
50
- },
51
- "messages": [],
52
- "seps": [
53
- " "
54
- ],
55
- "role_content_sep": " ",
56
- "role_empty_sep": " ",
57
- "stop_str": [
58
- "[INST]"
59
- ],
60
- "stop_token_ids": [
61
- 2
62
- ],
63
- "function_string": "",
64
- "use_function_calling": false
65
- },
66
  "pad_token_id": 0,
67
  "bos_token_id": 1,
68
  "eos_token_id": 2,
 
30
  "frequency_penalty": 0.0,
31
  "repetition_penalty": 1.0,
32
  "top_p": 0.95,
33
+ "conv_template": "llama-2",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  "pad_token_id": 0,
35
  "bos_token_id": 1,
36
  "eos_token_id": 2,