Update settings-template.json

This commit is contained in:
oobabooga 2023-04-10 16:53:07 -03:00
parent d37b4f76b1
commit 85a7954823

View File

@ -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"
},