Added a profile for Vicuna v1.1
This commit is contained in:
parent
abb8054892
commit
faed129586
2 changed files with 11 additions and 2 deletions
|
@ -15,9 +15,10 @@ For memory and disk requirements for the different models, see [llama.cpp - Memo
|
|||
## Supported Models
|
||||
|
||||
- [🐨 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
|
||||
|
||||
|
|
8
profiles/vicuna-v1.1.json
Normal file
8
profiles/vicuna-v1.1.json
Normal 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>"]
|
||||
}
|
Reference in a new issue