Added a profile for Vicuna v1.1

This commit is contained in:
Julian Müller (ChaoticByte) 2023-05-30 19:07:23 +02:00
parent abb8054892
commit faed129586
2 changed files with 11 additions and 2 deletions

View file

@ -0,0 +1,8 @@
{
"name": "Vicuna",
"conversation_prefix": "A chat between a curious user and a helpful AI assistant.\n\n",
"user_keyword": "USER:",
"assistant_keyword": "ASSISTANT:",
"separator": "\n",
"stop_sequences": ["</s>"]
}