diff --git a/profiles/vicuna.json b/profiles/vicuna.json new file mode 100644 index 0000000..2f47f50 --- /dev/null +++ b/profiles/vicuna.json @@ -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:"] +} \ No newline at end of file