Revert #1579, apply the proper fix
Apparently models dislike trailing spaces.
This commit is contained in:
parent
a941c19337
commit
1d8b8222e9
3 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
name: "### Assistant:"
|
||||
your_name: "### Human:"
|
||||
context: "A chat between a human and an assistant.\n\n"
|
||||
turn_template: "<|user|> <|user-message|>\n<|bot|><|bot-message|>\n"
|
||||
turn_template: "<|user|> <|user-message|>\n<|bot|> <|bot-message|>\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue