From f4abe93735a8ca2dcd7e0a910aab879643e55a23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20M=C3=BCller=20=28ChaoticByte=29?= Date: Tue, 30 May 2023 20:54:27 +0200 Subject: [PATCH] Added a profile for Manticore Chat --- README.md | 1 + profiles/manticore-chat.json | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 profiles/manticore-chat.json diff --git a/README.md b/README.md index e996778..76a3701 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ For memory and disk requirements for the different models, see [llama.cpp - Memo - [🐨 Koala](https://bair.berkeley.edu/blog/2023/04/03/koala/) - [🦙 Vicuna v.0](https://lmsys.org/blog/2023-03-30-vicuna/) - [🦙 Vicuna v.1.1](https://lmsys.org/blog/2023-03-30-vicuna/) +- [🦁 Manticore Chat](https://huggingface.co/openaccess-ai-collective/manticore-13b-chat-pyg) (see `./profiles/`) diff --git a/profiles/manticore-chat.json b/profiles/manticore-chat.json new file mode 100644 index 0000000..ffc7450 --- /dev/null +++ b/profiles/manticore-chat.json @@ -0,0 +1,8 @@ +{ + "name": "Manticore", + "conversation_prefix": "", + "user_keyword": "USER:", + "assistant_keyword": "ASSISTANT:", + "separator": "\n", + "stop_sequences": ["", "", "### USER:", "USER:"] +} \ No newline at end of file