Added a profile file for the Vicuna model #5

This commit is contained in:
Julian Müller (ChaoticByte) 2023-05-18 16:17:43 +02:00
parent 7590c31f89
commit 43fbe364fb

7
profiles/vicuna.json Normal file
View 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:"]
}