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 7f9ea12 commit b767497Copy full SHA for b767497
chat/fine_tuned.py
@@ -34,11 +34,11 @@
34
35
RE_COMMAND = re.compile(r"\<\|(?P<command>[^(]+)\((?P<params>[^)<{}]*)\)\|\>")
36
37
-TEMPLATE = '''<user>{question}<hist>{chat_history}<task>{task_info}<bot>'''
+TEMPLATE = '''<hist>{chat_history}<user>{question}<task>{task_info}<bot>'''
38
39
HISTORY_TOKEN_LIMIT = 1800
40
41
-MODEL_NAME = 'curie:ft-yield-inc-2023-05-27-21-10-09'
+MODEL_NAME = 'curie:ft-yield-inc-2023-05-28-03-06-35'
42
STOP = "<eot>"
43
MAX_TOKENS = 50
44
0 commit comments