Improved profiles by adding 'separator' field to the profile format, improved vicuna-v0 profile, removed default profile from frontend-server cli, updated README
This commit is contained in:
parent
bd44e45801
commit
ae0058bdee
5 changed files with 10 additions and 8 deletions
|
@ -3,5 +3,6 @@
|
|||
"conversation_prefix": "BEGINNING OF CONVERSATION: ",
|
||||
"user_keyword": "USER:",
|
||||
"assistant_keyword": "GPT:",
|
||||
"separator": " ",
|
||||
"stop_sequences": ["</s>"]
|
||||
}
|
Reference in a new issue