Spaces:
Runtime error
Runtime error
OlivierDehaene
commited on
Commit
•
f3fa1db
1
Parent(s):
7de6f28
typo
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def get_usernames(model: str):
|
|
26 |
(str, str, str, str): pre-prompt, username, bot name, separator
|
27 |
"""
|
28 |
if model == "OpenAssistant/oasst-sft-1-pythia-12b":
|
29 |
-
return "", "<|prompter
|
30 |
if model == "Rallio67/joi2_20Be_instruct_alpha":
|
31 |
return "", "User: ", "Joi: ", "\n\n"
|
32 |
if model == "togethercomputer/GPT-NeoXT-Chat-Base-20B":
|
|
|
26 |
(str, str, str, str): pre-prompt, username, bot name, separator
|
27 |
"""
|
28 |
if model == "OpenAssistant/oasst-sft-1-pythia-12b":
|
29 |
+
return "", "<|prompter|>", "<|assistant|>", "<|endoftext|>"
|
30 |
if model == "Rallio67/joi2_20Be_instruct_alpha":
|
31 |
return "", "User: ", "Joi: ", "\n\n"
|
32 |
if model == "togethercomputer/GPT-NeoXT-Chat-Base-20B":
|