Added a profile for Vicuna v1.1

This commit is contained in:
Julian Müller (ChaoticByte) 2023-05-30 19:07:23 +02:00
parent abb8054892
commit faed129586
2 changed files with 11 additions and 2 deletions

View file

@ -15,9 +15,10 @@ For memory and disk requirements for the different models, see [llama.cpp - Memo
## Supported Models ## Supported Models
- [🐨 Koala](https://bair.berkeley.edu/blog/2023/04/03/koala/) - [🐨 Koala](https://bair.berkeley.edu/blog/2023/04/03/koala/)
- [🦙 Vicuna v0](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/)
see `./profiles/` (see `./profiles/`)
## Usage ## Usage

View file

@ -0,0 +1,8 @@
{
"name": "Vicuna",
"conversation_prefix": "A chat between a curious user and a helpful AI assistant.\n\n",
"user_keyword": "USER:",
"assistant_keyword": "ASSISTANT:",
"separator": "\n",
"stop_sequences": ["</s>"]
}