We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ca536 commit 35fac25Copy full SHA for 35fac25
examples/chaton_meta.json
@@ -59,6 +59,26 @@
59
},
60
"reverse-prompt": "<|im_start|>user\n",
61
"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
75
76
+ "assistant": {
77
+ "prefix": "<|assistant|>\n",
78
+ "suffix": ""
79
80
+ "reverse-prompt": "</s>",
81
+ "systemuser-1st-user-has-prefix": true
82
}
83
84
0 commit comments