Added a profile for Manticore Chat
This commit is contained in:
parent
faed129586
commit
f4abe93735
2 changed files with 9 additions and 0 deletions
|
@ -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/)
|
- [🐨 Koala](https://bair.berkeley.edu/blog/2023/04/03/koala/)
|
||||||
- [🦙 Vicuna v.0](https://lmsys.org/blog/2023-03-30-vicuna/)
|
- [🦙 Vicuna v.0](https://lmsys.org/blog/2023-03-30-vicuna/)
|
||||||
- [🦙 Vicuna v.1.1](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/`)
|
(see `./profiles/`)
|
||||||
|
|
||||||
|
|
8
profiles/manticore-chat.json
Normal file
8
profiles/manticore-chat.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"name": "Manticore",
|
||||||
|
"conversation_prefix": "",
|
||||||
|
"user_keyword": "USER:",
|
||||||
|
"assistant_keyword": "ASSISTANT:",
|
||||||
|
"separator": "\n",
|
||||||
|
"stop_sequences": ["</s>", "<unk>", "### USER:", "USER:"]
|
||||||
|
}
|
Reference in a new issue