You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"userMessageToken": "<|prompter|>", # This does not need to be a token, can be any string
182
-
"assistantMessageToken": "<|assistant|>", # This does not need to be a token, can be any string
183
-
"userMessageEndToken": "<|endoftext|>", # Applies only to user messages. Can be any string.
184
-
"assistantMessageEndToken": "<|endoftext|>", # Applies only to assistant messages. Can be any string.
185
-
"preprompt": "Below are a series of dialogues between various people and an AI assistant. The AI tries to be helpful, polite, honest, sophisticated, emotionally aware, and humble but knowledgeable. The assistant is happy to help with almost anything and will do its best to understand exactly what is needed. It also tries to avoid giving false or misleading information, and it caveats when it isn't entirely sure about the right answer. That said, the assistant is practical and really does its best, and doesn't let caution get too much in the way of being useful.\n-----\n",
"prompt": "As a restaurant owner, write a professional email to the supplier to get these products every week: \n\n- Wine (x10)\n- Eggs (x24)\n- Bread (x12)"
190
196
}, {
191
197
"title": "Code a snake game",
192
-
"prompt": "Code a basic snake game in python and give explanations for each step."
198
+
"prompt": "Code a basic snake game in python, give explanations for each step."
193
199
}, {
194
200
"title": "Assist in a task",
195
201
"prompt": "How do I make a delicious lemon cheesecake?"
196
202
}
197
-
],
198
-
"parameters": {
199
-
"temperature": 0.9,
200
-
"top_p": 0.95,
201
-
"repetition_penalty": 1.2,
202
-
"top_k": 50,
203
-
"truncate": 1000,
204
-
"max_new_tokens": 1024,
205
-
"stop": ["<|endoftext|>"] # This does not need to be tokens, can be any list of strings
0 commit comments