Added a profile file for the Vicuna model #5
This commit is contained in:
parent
7590c31f89
commit
43fbe364fb
1 changed files with 7 additions and 0 deletions
7
profiles/vicuna.json
Normal file
7
profiles/vicuna.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"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