From 43fbe364fbf5a01937e1b9fe6815072ad0a95dc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20M=C3=BCller=20=28ChaoticByte=29?= Date: Thu, 18 May 2023 16:17:43 +0200 Subject: [PATCH] Added a profile file for the Vicuna model #5 --- profiles/vicuna.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 profiles/vicuna.json 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