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 35fac25 commit a477efaCopy full SHA for a477efa
examples/chaton_meta.json
@@ -79,6 +79,26 @@
79
},
80
"reverse-prompt": "</s>",
81
"systemuser-1st-user-has-prefix": true
82
+ },
83
+ "gemma": {
84
+ "global": {
85
+ "begin": "",
86
+ "end": ""
87
88
+ "system": {
89
+ "prefix": "",
90
+ "suffix": ""
91
92
+ "user": {
93
+ "prefix": "<start_of_turn>user\n",
94
+ "suffix": "<end_of_turn>\n"
95
96
+ "assistant": {
97
+ "prefix": "<start_of_turn>model\n",
98
99
100
+ "reverse-prompt": "<eos>",
101
+ "systemuser-1st-user-has-prefix": true
102
}
103
104
0 commit comments