Added a profile for Vicuna v1.1
This commit is contained in:
parent
abb8054892
commit
faed129586
2 changed files with 11 additions and 2 deletions
8
profiles/vicuna-v1.1.json
Normal file
8
profiles/vicuna-v1.1.json
Normal 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>"]
|
||||
}
|
Reference in a new issue