Skip to content

Commit 35fac25

Browse files
committed
ChatON: Add Zephyr template to meta-json file
1 parent 95ca536 commit 35fac25

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

examples/chaton_meta.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,26 @@
5959
},
6060
"reverse-prompt": "<|im_start|>user\n",
6161
"systemuser-1st-user-has-prefix": true
62+
},
63+
"zephyr": {
64+
"global": {
65+
"begin": "",
66+
"end": ""
67+
},
68+
"system": {
69+
"prefix": "<|system|>\n",
70+
"suffix": "<|endoftext|>\n"
71+
},
72+
"user": {
73+
"prefix": "<|user|>\n",
74+
"suffix": "<|endoftext|>\n"
75+
},
76+
"assistant": {
77+
"prefix": "<|assistant|>\n",
78+
"suffix": ""
79+
},
80+
"reverse-prompt": "</s>",
81+
"systemuser-1st-user-has-prefix": true
6282
}
6383
}
6484

0 commit comments

Comments
 (0)