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:
Julian Müller (ChaoticByte) 2023-05-30 10:55:31 +02:00
parent bd44e45801
commit ae0058bdee
5 changed files with 10 additions and 8 deletions

View file

@ -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:"]
}