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
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"name": "Vicuna",
|
||||
"conversation_prefix": "A chat between a curious user and a helpful AI assistant. ",
|
||||
"user_keyword": "### Human:",
|
||||
"assistant_keyword": "### Assistant:",
|
||||
"stop_sequences": ["### Human:"]
|
||||
}
|
Reference in a new issue