|
|
@@ -7,7 +7,9 @@
|
|
|
"name2": "Assistant",
|
|
|
"context": "This is a conversation with your Assistant. The Assistant is very helpful and is eager to chat with you and answer your questions.",
|
|
|
"greeting": "Hello there!",
|
|
|
+ "end_of_turn": "",
|
|
|
"stop_at_newline": false,
|
|
|
+ "add_bos_token": true,
|
|
|
"chat_prompt_size": 2048,
|
|
|
"chat_prompt_size_min": 0,
|
|
|
"chat_prompt_size_max": 2048,
|
|
|
@@ -20,6 +22,7 @@
|
|
|
],
|
|
|
"presets": {
|
|
|
"default": "Default",
|
|
|
+ ".*(alpaca|llama)": "LLaMA-Precise",
|
|
|
".*pygmalion": "NovelAI-Storywriter",
|
|
|
".*RWKV": "Naive"
|
|
|
},
|